We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for OpenAI tools and files usage in YAML schema.
If a user chooses to add files we need to create them with the OpenAI SDK: https://platform.openai.com/docs/api-reference/files. We also need to add the retrieval tool to the OAI assistant.
If a user add tools (code interpreter, retrieval or custom functions) these need to be added to the assistant as well.
No response
The text was updated successfully, but these errors were encountered:
Fixed by #755
Sorry, something went wrong.
@elisalimli can u have a look at this please.
elisalimli
No branches or pull requests
🔖 Feature description
Add support for OpenAI tools and files usage in YAML schema.
If a user chooses to add files we need to create them with the OpenAI SDK: https://platform.openai.com/docs/api-reference/files. We also need to add the retrieval tool to the OAI assistant.
If a user add tools (code interpreter, retrieval or custom functions) these need to be added to the assistant as well.
📝 Additional Context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: