What happened?
In the a2a specification, section 6.3, the enum for TaskState differs between JSON-RPC and gRPC:
- JSON-RPC has
Unknown, gRPC has Unspecified
- JSON-RPC has
Canceled (US spelling), gRPC has Cancelled (UK spelling)
Relevant log output
Code of Conduct