Add /context window breakdown

This commit is contained in:
starr-openai
2026-04-02 14:02:03 -07:00
parent 03c07956cf
commit 6469022c20
35 changed files with 2138 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
},
"verbose": {
"description": "When true, include every contributing row instead of merging repeated labels.",
"type": "boolean"
}
},
"required": [
"threadId"
],
"title": "ThreadContextReadParams",
"type": "object"
}