Method: OpenAI::Models::Reasoning#generate_summary
- Defined in:
- lib/openai/models/reasoning.rb
#generate_summary ⇒ Symbol, ...
Deprecated.
Deprecated: use summary instead.
A summary of the reasoning performed by the model. This can be useful for
debugging and understanding the model's reasoning process. One of auto,
concise, or detailed.
27 |
# File 'lib/openai/models/reasoning.rb', line 27 optional :generate_summary, enum: -> { OpenAI::Reasoning::GenerateSummary }, nil?: true |