mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
add requirements.toml commandline option
This commit is contained in:
@@ -1923,6 +1923,12 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"requirementsToml": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"sandbox": {
|
||||
"anyOf": [
|
||||
{
|
||||
@@ -2145,6 +2151,12 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"requirementsToml": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"sandbox": {
|
||||
"anyOf": [
|
||||
{
|
||||
@@ -2284,6 +2296,12 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"requirementsToml": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"sandbox": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user