Move To-Do Tool to Session Scope from Agent Scope (#4157)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user