class

OpenAI::AssistantToolsFileSearch

Inherits JSON::Serializable < Reference < Object

Constructors

new(type_value : AssistantToolsFileSearchType = AssistantToolsFileSearchType::FileSearch, file_search : AssistantToolsFileSearchFileSearch | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

file_search

Overrides for the file search tool.

Source
file_search=(file_search : AssistantToolsFileSearchFileSearch | Nil)

Overrides for the file search tool.

Source
type_value

The type of tool being defined: file_search

Source
type_value=(type_value : AssistantToolsFileSearchType)

The type of tool being defined: file_search

Source