Skip to content

Commit 9f687a5

Browse files
committed
fix: rename web_search find action type
1 parent edba47d commit 9f687a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

async-openai/src/types/responses/response.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,8 +1702,8 @@ pub enum WebSearchToolCallAction {
17021702
Search(WebSearchActionSearch),
17031703
/// Action type "open_page" - Opens a specific URL from search results.
17041704
OpenPage(WebSearchActionOpenPage),
1705-
/// Action type "find": Searches for a pattern within a loaded page.
1706-
Find(WebSearchActionFind),
1705+
/// Action type "find_in_page": Searches for a pattern within a loaded page.
1706+
FindInPage(WebSearchActionFind),
17071707
}
17081708

17091709
/// Web search tool call output.

0 commit comments

Comments
 (0)