There was an error while loading. Please reload this page.
1 parent 60198e4 commit 7964db4Copy full SHA for 7964db4
1 file changed
a2apb/v0/pbjson/a2av0.pb.go
@@ -16,14 +16,14 @@
16
// types (as generated for release/spec-v0 in the a2a-go v0.3 line), tailored
17
// for the proto-JSON wire format that other sdks emits and
18
// expects for its HTTP+JSON REST binding.
19
-
20
package pbjson
21
22
import "time"
23
24
// Role is the role of a Message sender.
25
type Role string
26
+// Role enum values as they appear on the wire.
27
const (
28
RoleUnspecified Role = "ROLE_UNSPECIFIED"
29
RoleUser Role = "ROLE_USER"
@@ -37,6 +37,7 @@ const (
37
// (American). The compat layer translates between the two.
38
type TaskState string
39
40
+// TaskState enum values as they appear on the wire.
41
42
TaskStateUnspecified TaskState = "TASK_STATE_UNSPECIFIED"
43
TaskStateSubmitted TaskState = "TASK_STATE_SUBMITTED"
0 commit comments