We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79a229 commit d638093Copy full SHA for d638093
1 file changed
src/a2a/server/tasks/task_store.py
@@ -9,7 +9,7 @@
9
class TasksPage(BaseModel):
10
"""Page with tasks."""
11
12
- next_page_token: str = ''
+ next_page_token: str | None = None
13
tasks: list[Task]
14
total_size: int
15
0 commit comments