Method: OpenAI::Models::Reasoning#summary

Defined in:
lib/openai/models/reasoning.rb

#summarySymbol, ...

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.

Returns:



35
# File 'lib/openai/models/reasoning.rb', line 35

optional :summary, enum: -> { OpenAI::Reasoning::Summary }, nil?: true