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

Update RunRequest to match OpenAI parameters #753

Open
TheAdamSmith opened this issue May 27, 2024 · 0 comments
Open

Update RunRequest to match OpenAI parameters #753

TheAdamSmith opened this issue May 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@TheAdamSmith
Copy link
Contributor

Your issue may already be reported!
Please search on the issue tracker before creating one.

Is your feature request related to a problem? Please describe.
I would like to be able to add values to the top_p, tool_choice, and response_format parameters of a run request
https://platform.openai.com/docs/api-reference/runs/createRun

Describe the solution you'd like
Add these fields to the RunRequest struct. Ignore the stream param for now since that requires an assistant streaming implementation. The others should be safe to add.

Describe alternatives you've considered
n/a

Additional context
n/a

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

No branches or pull requests

1 participant