Skip to content

Commit 6a7f8ff

Browse files
committed
Update types
1 parent ed3f893 commit 6a7f8ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/a2a/types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,9 @@ class MessageSendConfiguration(A2ABaseModel):
11511151
Configuration for the send message request.
11521152
"""
11531153

1154-
accepted_output_modes: list[str] = Field(..., alias='acceptedOutputModes')
1154+
accepted_output_modes: list[str] | None = Field(
1155+
default=None, alias='acceptedOutputModes'
1156+
)
11551157
"""
11561158
Accepted output modalities by the client.
11571159
"""

0 commit comments

Comments
 (0)