Find answers from the community

Updated 6 months ago

Does anybody know why (and how to turn

At a glance

The community member is experiencing an issue where the FunctionCallingAgentWorker is returning the AgentChatResponse with the role "assistan" attached. Another community member suggests that the issue can be resolved by stripping out the extra text, as it seems to be a small bug where the response is being cast as a string, causing the extra text to be inserted. A link to a related GitHub pull request is also provided.

Useful resources
Does anybody know why (and how to turn it off) the FunctionCallingAgentWorker is returning the AgentChatResponse with the role assistan attached ? AgentChatResponse(response='assistant: Your agenda for I am properly finalizing the response. I used the OpenAIAgent and wanted to test direct response
L
2 comments
you can just strip it out. Seems like a small bug, the response is casted as a string which causes that to get inserted
Add a reply
Sign up and join the conversation on Discord