Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved tool call prompting and switch to gpt-4o as default #690

Merged
merged 1 commit into from
May 15, 2024

Conversation

rhennigan
Copy link
Member

  • Added "ToolCallExamplePromptStyle" setting, which controls the formatting of tool call example prompts
  • Try to use "Simple" tool call method when possible, since it doesn't have the laziness issue that the full JSON spec has
  • Fixed another unhandled argument in chatExcludedQ
  • Fixed a bug in cellInformation when a deleted cell object is given
  • Added stop token and prompting about ending messages

* Added "ToolCallExamplePromptStyle" setting, which controls the formatting of tool call example prompts
* Try to use "Simple" tool call method when possible, since it doesn't have the laziness issue that the full JSON spec has
* Fixed another unhandled argument in `chatExcludedQ`
* Fixed a bug in `cellInformation` when a deleted cell object is given
* Added stop token and prompting about ending messages
@rhennigan rhennigan merged commit bf3f8b6 into main May 15, 2024
1 check passed
@rhennigan rhennigan deleted the bugfix/improve-tool-call-prompting branch May 15, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant