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
+6 -4
View File
@@ -3794,9 +3794,13 @@
"ResumeAgentRequest": {
"type": "object",
"required": [
"session_id"
"session_id",
"load_model_and_extensions"
],
"properties": {
"load_model_and_extensions": {
"type": "boolean"
},
"session_id": {
"type": "string"
}
@@ -4122,13 +4126,11 @@
"properties": {
"totalSessions": {
"type": "integer",
"description": "Total number of sessions",
"minimum": 0
},
"totalTokens": {
"type": "integer",
"format": "int64",
"description": "Total tokens used across all sessions"
"format": "int64"
}
}
},