View Source ExOpenAI.Components.FileSearchTool (ex_openai.ex v1.8.0)
Schema representing a FileSearchTool within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.FileSearchTool{ filters: (ExOpenAI.Components.CompoundFilter.t() | ExOpenAI.Components.ComparisonFilter.t()) | nil, max_num_results: integer() | nil, ranking_options: %{ranker: :"default-2024-11-15" | :auto, score_threshold: float()} | nil, type: :file_search, vector_store_ids: [String.t()] }