File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
44from __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 agent’ s 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
You can’t perform that action at this time.
0 commit comments