Skip to content

Commit d638093

Browse files
committed
change next_page_token default val
1 parent d79a229 commit d638093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/a2a/server/tasks/task_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class TasksPage(BaseModel):
1010
"""Page with tasks."""
1111

12-
next_page_token: str = ''
12+
next_page_token: str | None = None
1313
tasks: list[Task]
1414
total_size: int
1515

0 commit comments

Comments
 (0)