Method: OpenAI::Models::Chat::ChatCompletionPredictionContent#content
- Defined in:
- lib/openai/models/chat/chat_completion_prediction_content.rb
#content ⇒ String, Array<OpenAI::Models::Chat::ChatCompletionContentPartText>
The content that should be matched when generating a model response. If generated tokens would match this content, the entire model response can be returned much more quickly.
13 |
# File 'lib/openai/models/chat/chat_completion_prediction_content.rb', line 13 required :content, union: -> { OpenAI::Chat::ChatCompletionPredictionContent::Content } |