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 63efd73 commit f32c0d8Copy full SHA for f32c0d8
src/a2a/server/agent_execution/simple_request_context_builder.py
@@ -23,10 +23,6 @@ def __init__(
23
task_store: The TaskStore instance to use for fetching referred tasks.
24
Required if `should_populate_referred_tasks` is True.
25
"""
26
- if should_populate_referred_tasks and not task_store:
27
- raise ValueError(
28
- 'task_store is required when should_populate_referred_tasks is True'
29
- )
30
self._task_store = task_store
31
self._should_populate_referred_tasks = should_populate_referred_tasks
32
0 commit comments