mirror of
https://github.com/openai/codex.git
synced 2026-04-28 08:34:54 +00:00
feat: add list loaded threads to app server (#8902)
This commit is contained in:
@@ -121,6 +121,10 @@ client_request_definitions! {
|
||||
params: v2::ThreadListParams,
|
||||
response: v2::ThreadListResponse,
|
||||
},
|
||||
ThreadLoadedList => "thread/loaded/list" {
|
||||
params: v2::ThreadLoadedListParams,
|
||||
response: v2::ThreadLoadedListResponse,
|
||||
},
|
||||
SkillsList => "skills/list" {
|
||||
params: v2::SkillsListParams,
|
||||
response: v2::SkillsListResponse,
|
||||
|
||||
Reference in New Issue
Block a user