Add /context window breakdown

This commit is contained in:
starr-openai
2026-04-02 14:02:03 -07:00
parent 30f6786d62
commit 7b63b539a0
35 changed files with 2138 additions and 3 deletions

View File

@@ -317,6 +317,10 @@ client_request_definitions! {
params: v2::ThreadReadParams,
response: v2::ThreadReadResponse,
},
ThreadContextRead => "thread/context/read" {
params: v2::ThreadContextReadParams,
response: v2::ThreadContextReadResponse,
},
SkillsList => "skills/list" {
params: v2::SkillsListParams,
response: v2::SkillsListResponse,