class

OpenAI::Summary

Inherits JSON::Serializable < Reference < Object

A summary text from the model.

Constructors

new(type_value : SummaryType = SummaryType::SummaryText, text : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text

A summary of the reasoning output from the model so far.

Source
text=(text : String)

A summary of the reasoning output from the model so far.

Source
type_value

The type of the object. Always summary_text.

Source
type_value=(type_value : SummaryType)

The type of the object. Always summary_text.

Source