mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
feat: review in app server (#6613)
This commit is contained in:
@@ -129,6 +129,10 @@ client_request_definitions! {
|
||||
params: v2::TurnInterruptParams,
|
||||
response: v2::TurnInterruptResponse,
|
||||
},
|
||||
ReviewStart => "review/start" {
|
||||
params: v2::ReviewStartParams,
|
||||
response: v2::TurnStartResponse,
|
||||
},
|
||||
|
||||
ModelList => "model/list" {
|
||||
params: v2::ModelListParams,
|
||||
|
||||
Reference in New Issue
Block a user