View Source ExOpenAI.Components.AssistantToolsFileSearchTypeOnly (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema AssistantToolsFileSearchTypeOnly.

Fields

  • :type - required - :file_search
    The type of tool being defined: file_search
    Allowed values: "file_search"

Summary

Types

@type t() :: %ExOpenAI.Components.AssistantToolsFileSearchTypeOnly{type: :file_search}