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 eb5cdca commit 6d139f4Copy full SHA for 6d139f4
src/a2a/server/tasks/task_manager.py
@@ -42,6 +42,7 @@ def __init__(
42
task_store: The `TaskStore` instance for persistence.
43
initial_message: The `Message` that initiated the task, if any.
44
Used when creating a new task object.
45
+ context: The `ServerCallContext` that this task is produced under.
46
"""
47
if task_id is not None and not (isinstance(task_id, str) and task_id):
48
raise ValueError('Task ID must be a non-empty string')
0 commit comments