class

OpenAI::RunStepDetailsToolCallsFileSearchObjectFileSearch

Inherits JSON::Serializable < Reference < Object

For now, this is always going to be an empty object.

Constructors

new(ranking_options : RunStepDetailsToolCallsFileSearchRankingOptionsObject | Nil = nil, results : Array(RunStepDetailsToolCallsFileSearchResultObject) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ranking_options
Source
ranking_options=(ranking_options : RunStepDetailsToolCallsFileSearchRankingOptionsObject | Nil)
Source
results

The results of the file search.

Source
results=(results : Array(RunStepDetailsToolCallsFileSearchResultObject) | Nil)

The results of the file search.

Source