class

OpenAI::RunStepDetailsToolCallsFileSearchResultObjectContentItem

Inherits JSON::Serializable < Reference < Object

Constructors

new(type_value : RunStepDetailsToolCallsFileSearchResultObjectContentItemType | Nil = nil, text : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text

The text content of the file.

Source
text=(text : String | Nil)

The text content of the file.

Source
type_value

The type of the content.

Source
type_value=(type_value : RunStepDetailsToolCallsFileSearchResultObjectContentItemType | Nil)

The type of the content.

Source