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

Add Run Options. Fixes #7. #8

Merged
merged 1 commit into from
May 28, 2024
Merged

Add Run Options. Fixes #7. #8

merged 1 commit into from
May 28, 2024

Conversation

metaskills
Copy link
Owner

A Run can be created using several useful options.

https://platform.openai.com/docs/api-reference/runs

I'm not seeing a lot of value in overriding things that seem to warrant a new Assistant/Tool within our framework. For example, assistant_id, model, instructions, tools, temperature, top_p, response_format, etc. Let me know if y'all disagree.

That said, options like tool_choice to force function call(s) or even others such as additional_instructions, and additional_messages all seem to make sense. I have a use case now where I would like to force function calls for some expert Tool(s). Will consider how to address this.

@metaskills metaskills merged commit a3ec53a into main May 28, 2024
1 check passed
@metaskills metaskills deleted the RunOptions branch June 22, 2024 21:01
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.

None yet

1 participant