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
QueryOptions
model = state.options.get_model() model.bind_tools(tools) model.invoke(messages)
The text was updated successfully, but these errors were encountered:
Update: Let's do this later maybe...
Sorry, something went wrong.
anthony2261
When branches are created from issues, their pull requests are automatically linked.
Implementation
QueryOptions
and populate it in the conversation serviceQueryOptions
instead of the current OpenAI-specific implementation in the query graphHow do we manage which model is used in a new conversation?
What will the model abstraction look like?
The text was updated successfully, but these errors were encountered: