Failing scenario using function tools with human in the loop approvals #2271
Closed
jcatlantis
started this conversation in
General
Replies: 1 comment 2 replies
-
|
@dmytrostruk or @eavanvalkenburg do you have an idea? |
Beta Was this translation helpful? Give feedback.
2 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 trying to reproduce the “Using function tools with human-in-the-loop approvals” example from the documentation:
https://learn.microsoft.com/en-us/agent-framework/tutorials/agents/function-tools-approvals?pivots=programming-language-python
I’ve found that when using AzureAIAgentClient, the agent’s response text after approval is empty. However, when using AzureOpenAIChatClient, the result is as expected.
Does anyone know why this happens?
I’m using the latest version of the agent_framework Python package (1.0.0b251114).
Here is the code to reproduce the issue:
`
`
Beta Was this translation helpful? Give feedback.
All reactions