File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments