You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to design a UI by using agent chat, like chatgpt (the output word can be showed one by one), but the agent reply result is a string, but not a ChatCompletionChunk. How can I realize this function?
Is your feature request related to a problem? Please describe.
I want to design a UI by using agent chat, like chatgpt (the output word can be showed one by one), but the agent reply result is a string, but not a ChatCompletionChunk. How can I realize this function?
Describe the solution you'd like
All the agents can be return a (Returns a chat completion object, or a streamed sequence of chat completion chunk objects if the request is streamed.)
Additional context
No response
The text was updated successfully, but these errors were encountered: