Replies: 1 comment
-
Is_required is information that is passed to the LLM to let it know that the input is required if it tries to use automatic function calling. You're right that we currently throwing an error. This may be a bug, so I'm going to create an issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I implemented a simple (Auto) Function Calling kernel.
with this Yaml prompt
Considering that
knowledgeType
is just an example, sinceis_required
is true and I didn't provide the value in the kernel arguments, what is the expected behavior? Because, now it simply ignores it, so I don't understand what is the difference betweenis_required
true and false. Thanks.Beta Was this translation helpful? Give feedback.
All reactions