Replies: 4 comments
-
Just to give more details, in the existing API I use (see provided code) I am not sure if the way to call the FunctionResultContent is the right one. How can I make sure the function call result is added the the agent history/thread ? Is the provided code the right way to add to a conversation and be able to pick up what was the function invocation response at each step ? |
Beta Was this translation helpful? Give feedback.
-
Trying another approach using agent API with
But when I construct the agent with Kernel = CreateKernelWithFilters() I break all automatic function calling - nothing works anymore. I just want to have a filter so I can watch for the function calls |
Beta Was this translation helpful? Give feedback.
-
@crickman can you suggest the correct way to achieve this? |
Beta Was this translation helpful? Give feedback.
-
Hi @ghita, I'll need to explore the dynamics around this since we've updated the invocation pattern to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to use the agent API to control calling of the tools like this:
Something seems to be broken about this and not sure what. ( functionCall.InvokeAsync(agent.Kernel) is a little odd)
Beta Was this translation helpful? Give feedback.
All reactions