Skip to content

Commit b744aaa

Browse files
committed
chore(schema): update types.py
Signed-off-by: Shingo OKAWA <[email protected]>
1 parent 293dc75 commit b744aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/a2a/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by datamodel-codegen:
2-
# filename: https://raw.githubusercontent.com/google-a2a/A2A/refs/heads/main/specification/json/a2a.json
2+
# filename: https://raw.githubusercontent.com/ognis1205/A2A/refs/heads/poc/agent-catalog/specification/json/a2a.json
33

44
from __future__ import annotations
55

@@ -549,7 +549,7 @@ class Linkset(BaseModel):
549549
"""
550550

551551

552-
class Role(Enum):
552+
class Role(str, Enum):
553553
"""
554554
Message sender's role
555555
"""
@@ -1156,7 +1156,7 @@ class AgentCatalog(BaseModel):
11561156
linkset: list[AgentLinkContext]
11571157
"""
11581158
An array of AgentLinkContext objects.
1159-
Each object uses the `anchor` to specify the agents endpoint and the `describedby` link to
1159+
Each object uses the `anchor` to specify the agent's endpoint and the `describedby` link to
11601160
indicate the endpoint of its agent card.
11611161
"""
11621162

0 commit comments

Comments
 (0)