Skip to content

Commit c45c3cd

Browse files
committed
Remove final from message type
1 parent 11dabde commit c45c3cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/a2a/types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -976,10 +976,6 @@ class Message(BaseModel):
976976
"""
977977
the context the message is associated with
978978
"""
979-
final: bool | None = None
980-
"""
981-
indicates the end of the event stream
982-
"""
983979
itemType: Literal['message'] = 'message'
984980
"""
985981
event type

0 commit comments

Comments
 (0)