mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
Add exec/run one-off turn API to app-server
This commit is contained in:
@@ -214,6 +214,12 @@ client_request_definitions! {
|
||||
response: v2::CommandExecResponse,
|
||||
},
|
||||
|
||||
/// Run a single turn to completion without managing a thread lifecycle.
|
||||
ExecRun => "exec/run" {
|
||||
params: v2::ExecRunParams,
|
||||
response: v2::ExecRunResponse,
|
||||
},
|
||||
|
||||
ConfigRead => "config/read" {
|
||||
params: v2::ConfigReadParams,
|
||||
response: v2::ConfigReadResponse,
|
||||
|
||||
Reference in New Issue
Block a user