Skip to content

[Bug]: Inconsistent property name between gRPC and JSON-RPC in message object #1083

@jocelynh-microsoft

Description

@jocelynh-microsoft

What happened?

In section 6.4 Message Object of the specification, the property name for the list of Parts in the Message object differ between the transports.

The gRPC tab (generated from a2a.proto) specifies the name 'content':

    repeated Part content = 5;

whereas the JSON-RPC tab (generated from from types.ts) specifies the name 'parts':

Image Image
    parts: Part[];

Code of Conduct

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions