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 e7ec597 commit 18b5e64Copy full SHA for 18b5e64
src/a2a/server/context.py
@@ -11,7 +11,6 @@
11
State = collections.abc.MutableMapping[str, typing.Any]
12
13
14
-# Add Comment
15
class ServerCallContext(BaseModel):
16
"""A context passed when calling a server method.
17
0 commit comments