mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
update(config): web_search=bool, web_search_config
This commit is contained in:
@@ -739,6 +739,12 @@
|
||||
]
|
||||
},
|
||||
"web_search": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"web_search_config": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/WebSearchToolConfig"
|
||||
|
||||
Reference in New Issue
Block a user