Replies: 1 comment
-
|
I did the same with a different backend, but I need a reference to the message formats #422 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is it possible to use the
@tanstack/ai-clientjust as the state manager and fetcher for the chat? My server doesn't follow the Tanstack AI's stream protocol, so I'd like to "inject" messages from a normal REST endpoint into the state of theChatClient.I understand that a custom adapter could work, but it looks like it requires some plumbing work that my not be optimal.
In my specific use case, I'd like to fetch the messages from a server that exposes them with the A2A protocol (https://github.com/a2aproject/A2A). Is it possible? If not, why?
I'm mirroring here the discussion from https://discord.com/channels/719702312431386674/1458746966388379690 with the hope to get more visibility.
Beta Was this translation helpful? Give feedback.
All reactions