Skip to content

Commit 4c03551

Browse files
committed
Comment
1 parent c06ccc1 commit 4c03551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/a2a/server/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class ServerCallContext(BaseModel):
1515
"""A context passed when calling a server method.
1616
1717
This class allows storing arbitrary user data in the state attribute.
18+
1819
"""
1920

2021
model_config = ConfigDict(arbitrary_types_allowed=True)

0 commit comments

Comments
 (0)