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
I've identified a discrepancy between MindsDB's A2A implementation and the current A2A specification. The spec has migrated its method names:
tasks/send is now message/send (for sync requests)
tasks/sendSubscribe is now message/stream (for SSE streaming)
This mismatch prevents current A2A clients from working correctly. Since the A2A support is in beta, this seems like an opportune time to align the implementation with the latest specification.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've identified a discrepancy between MindsDB's A2A implementation and the current A2A specification. The spec has migrated its method names:
tasks/sendis nowmessage/send(for sync requests)tasks/sendSubscribeis nowmessage/stream(for SSE streaming)This mismatch prevents current A2A clients from working correctly. Since the A2A support is in beta, this seems like an opportune time to align the implementation with the latest specification.
Beta Was this translation helpful? Give feedback.
All reactions