Skip to content

[Bug]: JSON-RPC protocol Bindings for SendMessage Response is confusing #1240

@ehsavoie

Description

@ehsavoie

What happened?

In the current specifications the Response format to the SendMessage operation is a bit confusing as it states:
Response:

{
"jsonrpc": "2.0",
"id": 1,
"result": { /* Task or Message object */ }
}
while there is no way to be aware of the kind of the payload. The expected format should follow the SendMessageResponse type in the a2a.proto

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions