mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fdb8dadcae
Adds structured output to `exec` via the `--structured-output` parameter.
7 lines
139 B
Rust
7 lines
139 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod apply_patch;
|
|
mod common;
|
|
mod output_schema;
|
|
mod resume;
|
|
mod sandbox;
|