mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
haha
This commit is contained in:
@@ -235,6 +235,11 @@ client_request_definitions! {
|
||||
params: v2::ThreadReadParams,
|
||||
response: v2::ThreadReadResponse,
|
||||
},
|
||||
#[experimental("thread/submitOp")]
|
||||
ThreadSubmitOp => "thread/submitOp" {
|
||||
params: v2::ThreadSubmitOpParams,
|
||||
response: v2::ThreadSubmitOpResponse,
|
||||
},
|
||||
SkillsList => "skills/list" {
|
||||
params: v2::SkillsListParams,
|
||||
response: v2::SkillsListResponse,
|
||||
|
||||
Reference in New Issue
Block a user