OpenAI::CodeInterpreterTextOutput
Inherits JSON::Serializable < Reference < Object
The output of a code interpreter tool call that is text.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : CodeInterpreterTextOutputType = CodeInterpreterTextOutputType::Logs, logs : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : CodeInterpreterTextOutputType)
The type of the code interpreter text output. Always logs.