mirror of
https://github.com/openai/codex.git
synced 2026-05-05 22:01:37 +03:00
up 1019 - Wed Mar 11 2026 22:39:06
This commit is contained in:
@@ -43,9 +43,6 @@ fn main() -> io::Result<()> {
|
||||
|
||||
fn rollout_line_schema_json() -> io::Result<Vec<u8>> {
|
||||
let schema = SchemaSettings::draft07()
|
||||
.with(|settings| {
|
||||
settings.option_add_null_type = false;
|
||||
})
|
||||
.into_generator()
|
||||
.into_root_schema_for::<RolloutLine>();
|
||||
let value = serde_json::to_value(schema).map_err(io::Error::other)?;
|
||||
|
||||
Reference in New Issue
Block a user