Skip to content

Commit fd87b7f

Browse files
remove task_id
1 parent bd9cb55 commit fd87b7f

File tree

1 file changed

+0
-1
lines changed
  • packages/ragbits-agents/src/ragbits/agents/tools

1 file changed

+0
-1
lines changed

packages/ragbits-agents/src/ragbits/agents/tools/todo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def advance_to_next(self):
4747
def todo_manager(
4848
action: Literal["create", "get_current", "start_task", "complete_task", "get_final_summary"],
4949
tasks: list[str] | None = None,
50-
task_id: str | None = None,
5150
summary: str | None = None,
5251
) -> dict[str, Any]:
5352
"""

0 commit comments

Comments
 (0)