Only 1 function call but expected multiple #11002
HuskyDanny
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @HuskyDanny, are the kernel functions that are supposed called semantically different enough so that the model knows that each should be invoked? The kernel functions are eventually turned into embeddings and if they are too similar, the model might not do a good job at distinguishing small differences. Otherwise, have you tried some prompt engineering to make sure the model knows if/when it invokes the functions it should be invoking |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a scenario where the retrieval plugin will have different functions to get different data sources. I have an ChatCompletionAgent agent with the FunctionChoiceBehavior to be Auto, after I explicitly put in the instruction to fetch multiple data sources, the decided function call is only 1, how can I have multiple function calls running in parallel?
Beta Was this translation helpful? Give feedback.
All reactions