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 4c03551 commit 60d10ccCopy full SHA for 60d10cc
src/a2a/server/context.py
@@ -15,7 +15,6 @@ 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