View Source ExOpenAI.Components.AssistantToolsFileSearch (ex_openai.ex v1.7.0)
Schema representing a AssistantToolsFileSearch within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.AssistantToolsFileSearch{ file_search: %{max_num_results: integer()} | nil, type: :file_search }