Replies: 1 comment 2 replies
-
|
@yordis This is so that the Agent can either replay a conversation (provide the client with old user messages) or if they have another reason to model something as a user message they can. There is also the hope in the future to have multiple clients attached to one agent session, in which case the ACP connection would need to be able to replay a user message from another client. So from the client-side, I think just render it like you would a message that was typed by a user. Does that make sense? |
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.
-
I am trying to be 100% compliance with the spec, the only missing things is
user_message_chunkand I am not sure how I suppose to use that.Could you help me to understand the intent, and how I suppose to handle
user_message_chunk?Beta Was this translation helpful? Give feedback.
All reactions