mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
Make unified exec session_id numeric (#14279)
It's a number on the write_stdin input, make it a number on the output and also internally.
This commit is contained in:
committed by
Michael Bolin
parent
01792a4c61
commit
31bf1dbe63
@@ -59,7 +59,7 @@ fn unified_exec_output_schema() -> JsonValue {
|
||||
"description": "Process exit code when the command finished during this call."
|
||||
},
|
||||
"session_id": {
|
||||
"type": "string",
|
||||
"type": "number",
|
||||
"description": "Session identifier to pass to write_stdin when the process is still running."
|
||||
},
|
||||
"original_token_count": {
|
||||
|
||||
Reference in New Issue
Block a user