mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
22 lines
636 B
JSON
Generated
22 lines
636 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Read the committed installed connector runtime snapshot.",
|
|
"properties": {
|
|
"reload": {
|
|
"description": "When true, refresh workspace policy and, when Apps are permitted, atomically refresh and publish the hosted connector runtime snapshot first.",
|
|
"type": "boolean"
|
|
},
|
|
"threadId": {
|
|
"description": "Optional loaded thread id used to evaluate effective app configuration.",
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"reload"
|
|
],
|
|
"title": "AppsInstalledParams",
|
|
"type": "object"
|
|
} |