In the specification enum values like Task State match the proto values exactly https://a2a-protocol.org/latest/specification/#413-taskstate
including the prefix "TASK_STATE_". Is there a reason the prefix has been dropped in Go?
|
TaskStateAuthRequired TaskState = "AUTH_REQUIRED" |