Support asynchronous tool_call_summary_formatter
in AssistantAgent
#7003
zrquan
started this conversation in
Feature suggestions
Replies: 0 comments
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.
-
I hope to use LLM to summarise tool calls in natural language. Now that only synchronised
tool_call_summary_formatter
are supported, I need to usenest-asyncio
to meet this requirement.Do you think we could get asynchronous tool call summaries to work? I guess that shouldn't affect the existing logic.
Beta Was this translation helpful? Give feedback.
All reactions