How to automatically apply plugins when using agent.InvokeStreamingAsync(thread) #12758
Unanswered
WarlockZhang
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Adding @westey-m |
Beta Was this translation helpful? Give feedback.
0 replies
-
@WarlockZhang, can you show the code where you are configuring the FunctionChoiceBehavior and OpenAIPromptExecutionSettings and how you are creating your agent? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using FunctionChoiceBehavior = FunctionChoiceBehavior.Auto() in my OpenAIPromptExecutionSettings, but when I do this:
The returned value is empty. While content.Message.Items contains values and returns toolcall information, in my understanding it should automatically return the processed results directly. I'm not sure what steps I'm missing in between.
Help me please.
Beta Was this translation helpful? Give feedback.
All reactions