-
Notifications
You must be signed in to change notification settings - Fork 45
Compatibility with agent-chat-ui #59
Copy link
Copy link
Open
Description
Hi team,
It seems that the current implementation of the agent-protocol API is not compatible with agent-chat-ui.
For example, this model definition in agent-protocol:
...does not match the structure expected by agent-chat-ui:
In particular, the messages field is not located at the root level of the object—it is nested inside the values array.
I discovered this discrepancy while exploring the OpenAPI documentation at http://localhost:2024/docs#/model/threadstate when running the sample oap-langgraph-tools-agent, which works correctly with agent-chat-ui.
Are there any plans to make agent-protocol compatible with agent-chat-ui?
Thanks in advance!
Best regards
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

