mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
feat(app-server): thread/read API (#9569)
This commit is contained in:
@@ -129,6 +129,10 @@ client_request_definitions! {
|
||||
params: v2::ThreadLoadedListParams,
|
||||
response: v2::ThreadLoadedListResponse,
|
||||
},
|
||||
ThreadRead => "thread/read" {
|
||||
params: v2::ThreadReadParams,
|
||||
response: v2::ThreadReadResponse,
|
||||
},
|
||||
SkillsList => "skills/list" {
|
||||
params: v2::SkillsListParams,
|
||||
response: v2::SkillsListResponse,
|
||||
|
||||
Reference in New Issue
Block a user