Module: Ultrasafeai::Types::ChatCompletionChoicesItemFinishReason

Extended by:
Internal::Types::Enum
Defined in:
lib/ultrasafeai/types/chat_completion_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

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load