View Source ExOpenAI.Components.WebSearchToolCall (ex_openai.ex v1.8.0)
Schema representing a WebSearchToolCall within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.WebSearchToolCall{ id: String.t(), status: :failed | :completed | :searching | :in_progress, type: :web_search_call }