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 edba47d commit 9f687a5Copy full SHA for 9f687a5
async-openai/src/types/responses/response.rs
@@ -1702,8 +1702,8 @@ pub enum WebSearchToolCallAction {
1702
Search(WebSearchActionSearch),
1703
/// Action type "open_page" - Opens a specific URL from search results.
1704
OpenPage(WebSearchActionOpenPage),
1705
- /// Action type "find": Searches for a pattern within a loaded page.
1706
- Find(WebSearchActionFind),
+ /// Action type "find_in_page": Searches for a pattern within a loaded page.
+ FindInPage(WebSearchActionFind),
1707
}
1708
1709
/// Web search tool call output.
0 commit comments