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
+4
View File
@@ -698,6 +698,10 @@ export type SessionMetadata = {
* ID of the schedule that triggered this session, if any
*/
schedule_id?: string | null;
/**
* Session-scoped TODO list content
*/
todo_content?: string | null;
/**
* The total number of tokens used in the session. Retrieved from the provider's last usage.
*/