We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06ccc1 commit 4c03551Copy full SHA for 4c03551
src/a2a/server/context.py
@@ -15,6 +15,7 @@ class ServerCallContext(BaseModel):
15
"""A context passed when calling a server method.
16
17
This class allows storing arbitrary user data in the state attribute.
18
+
19
"""
20
21
model_config = ConfigDict(arbitrary_types_allowed=True)
0 commit comments