Skip to content

Commit a1025f4

Browse files
authored
feat(spec): Add an optional iconUrl field to the AgentCard 🤖
1 parent 511992f commit a1025f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/a2a/types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,10 @@ class AgentCard(BaseModel):
13831383
"""
13841384
A URL to documentation for the agent.
13851385
"""
1386+
iconUrl: str | None = None
1387+
"""
1388+
A URL to an icon for the agent.
1389+
"""
13861390
name: str
13871391
"""
13881392
Human readable name of the agent.

0 commit comments

Comments
 (0)