mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Check app-server env on the server side
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"contains": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"contains"
|
||||
],
|
||||
"title": "ThreadEnvContainsResponse",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user