-
[Issue] I am checking here what should I do in order to make sure my plugins always get invoked? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
You can use the
Required
FunctionChoiceBehavior (or its equivalent depending upon the AI service). This tells the model it must make a tool call every time. TheRequired
settings is a bit tricky, though. You will need to figure out how many "auto invoke attempts" to configure, as each time you call the LLM it will only respond with a tool call (no need to waste tokens continuously calling the same function).