Move To-Do Tool to Session Scope from Agent Scope (#4157)

This commit is contained in:
tlongwell-block
2025-08-22 10:53:42 -04:00
committed by GitHub
parent 6e8aa96d90
commit b16741dbbd
13 changed files with 543 additions and 579 deletions
+5
View File
@@ -3186,6 +3186,11 @@
"description": "ID of the schedule that triggered this session, if any",
"nullable": true
},
"todo_content": {
"type": "string",
"description": "Session-scoped TODO list content",
"nullable": true
},
"total_tokens": {
"type": "integer",
"format": "int32",