Ollama function calling - FunctionChoiceBehavior.None() #9851
Answered
by
RogerBarreto
deepinderdeol
asked this question in
Q&A
-
Even if I set FunctionChoiceBehavior.None() - functions still get executed. |
Beta Was this translation helpful? Give feedback.
Answered by
RogerBarreto
Dec 3, 2024
Replies: 2 comments 1 reply
-
@RogerBarreto - can you take a look? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@deepinderdeol, if you are attempting to use this option against API's that don't support choice behaviors like Ollama, the SLM will not behave for other options that are not Auto (default behavior) Let me know what is the connector you are using, this should work as expected for OpenAI/AzureOpenAI models. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sophialagerkranspandey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@deepinderdeol, if you are attempting to use this option against API's that don't support choice behaviors like Ollama, the SLM will not behave for other options that are not Auto (default behavior)
Let me know what is the connector you are using, this should work as expected for OpenAI/AzureOpenAI models.