Module: Ultrasafeai::Types::ChatCompletionChunkChoicesItemFinishReason
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/ultrasafeai/types/chat_completion_chunk_choices_item_finish_reason.rb
Constant Summary collapse
- STOP =
"stop"- LENGTH =
"length"- TOOL_CALLS =
"tool_calls"- CONTENT_FILTER =
"content_filter"- FUNCTION_CALL =
"function_call"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values