Skip to content

Commit 2f68ffd

Browse files
committed
Update to specification from 7ec8027b5fd95b4e974ce062f8d7c87297d9fda5 🤖
1 parent 1107151 commit 2f68ffd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/a2a/types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ class AgentSkill(BaseModel):
100100
"""
101101
The set of interaction modes that the skill supports
102102
(if different than the default).
103-
Supported mime types for input.
103+
Supported media types for input.
104104
"""
105105
name: str
106106
"""
107107
Human readable name of the skill.
108108
"""
109109
outputModes: list[str] | None = None
110110
"""
111-
Supported mime types for output.
111+
Supported media types for output.
112112
"""
113113
tags: list[str]
114114
"""
@@ -1372,11 +1372,11 @@ class AgentCard(BaseModel):
13721372
defaultInputModes: list[str]
13731373
"""
13741374
The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.
1375-
Supported mime types for input.
1375+
Supported media types for input.
13761376
"""
13771377
defaultOutputModes: list[str]
13781378
"""
1379-
Supported mime types for output.
1379+
Supported media types for output.
13801380
"""
13811381
description: str
13821382
"""

0 commit comments

Comments
 (0)