We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77b33d commit a56eb48Copy full SHA for a56eb48
codex-rs/core/src/openai_tools.rs
@@ -49,7 +49,7 @@ pub(crate) enum OpenAiTool {
49
LocalShell {},
50
// TODO: Understand why we get an error on web_search although the API docs say it's supported.
51
// https://platform.openai.com/docs/guides/tools-web-search?api-mode=responses#:~:text=%7B%20type%3A%20%22web_search%22%20%7D%2C
52
- #[serde(rename = "web_search_preview")]
+ #[serde(rename = "web_search")]
53
WebSearch {},
54
#[serde(rename = "custom")]
55
Freeform(FreeformTool),
0 commit comments