Skip to content

feat(OpenAI): Add 'tool_search' functionality.#772

Merged
nunomaduro merged 8 commits into
mainfrom
tool-search-support
Jun 2, 2026
Merged

feat(OpenAI): Add 'tool_search' functionality.#772
nunomaduro merged 8 commits into
mainfrom
tool-search-support

Conversation

@iBotPeaches
Copy link
Copy Markdown
Collaborator

@iBotPeaches iBotPeaches commented May 30, 2026

What:

  • Bug Fix
  • New Feature

Description:

Context: OpenAI Docs

Types out everything related to tool_search. Which was a lot. First we needed the new response outputs of:

  • tool_search_call - Calling Tool Search
  • tool_search_output - Output from Tool Search

This meant we also had to increase our tools:

  • tool_search - New Tool
  • namespace - Groups Tools

Which led to discovering we missed introduction of the custom_tool. I also took this change to remove some duplication of types, which we can infer from importing types from another file.

Related:

fixes: #771

@iBotPeaches iBotPeaches mentioned this pull request May 30, 2026
@iBotPeaches iBotPeaches marked this pull request as ready for review May 30, 2026 22:09
@iBotPeaches iBotPeaches requested a review from nunomaduro May 31, 2026 11:45
@nunomaduro nunomaduro merged commit 266e13b into main Jun 2, 2026
30 checks passed
@nunomaduro nunomaduro deleted the tool-search-support branch June 2, 2026 06:07
@iBotPeaches iBotPeaches added this to the v0.20.0 milestone Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

missing tool_search

2 participants