mirror of
https://github.com/openai/codex.git
synced 2026-05-01 18:06:47 +00:00
Add /context window breakdown
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user