Skip to content

Commit

Permalink
Merge pull request #118 from OpenFn/issue_97
Browse files Browse the repository at this point in the history
Update job chat prompt and add prompt evaluation for issue 97
  • Loading branch information
josephjclark authored Nov 14, 2024
2 parents d4a8911 + 04242d6 commit 1a1b5a3
Show file tree
Hide file tree
Showing 5 changed files with 1,765 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apollo

## 0.5.2

### Patch Changes

- Improve job_chat prompt to be less strict about talking about non-job-related
stuff (eg, it's a lot more willing to discuss adaptors and integrations"

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo",
"module": "platform/index.ts",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"scripts": {
"start": "NODE_ENV=production bun platform/src/index.ts",
Expand Down
Loading

0 comments on commit 1a1b5a3

Please sign in to comment.