Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
This commit is contained in:
Douwe Osinga
2025-10-21 18:00:21 -04:00
committed by GitHub
parent 5076481092
commit d836a10af1
21 changed files with 671 additions and 477 deletions
+1 -6
View File
@@ -605,6 +605,7 @@ export type Response = {
};
export type ResumeAgentRequest = {
load_model_and_extensions: boolean;
session_id: string;
};
@@ -707,13 +708,7 @@ export type SessionDisplayInfo = {
};
export type SessionInsights = {
/**
* Total number of sessions
*/
totalSessions: number;
/**
* Total tokens used across all sessions
*/
totalTokens: number;
};