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

created FunctionParam struct #35

Merged
merged 11 commits into from
Nov 13, 2023
Merged

created FunctionParam struct #35

merged 11 commits into from
Nov 13, 2023

Conversation

brainlid
Copy link
Owner

  • helps define a function's parameters more easily
  • more tests needed

closes #23

- helps define a function's parameters more easily
- more tests needed
@brainlid brainlid added the enhancement New feature or request label Nov 11, 2023
@brainlid brainlid self-assigned this Nov 11, 2023
* main:
  add explicit seeds to live_call tests - removed "verbose" flags where not supported
  improved data extraction example - use gpt-4 model (better accuracy) - add seed
  conditionally include "seed" with OpenAI Chat call
  fixed calculator test
- use FunctionParams for schema
- submitting a function description of nil results in cryptic error from ChatGPT.
- conditionally add the description key
@brainlid brainlid merged commit 476b03f into main Nov 13, 2023
1 check passed
@brainlid brainlid deleted the me-function-param-structs branch November 13, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenAI Function Call Support
1 participant