Module: Ultrasafeai::Types::ChatCompletionChunkChoicesItemDeltaRole
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/ultrasafeai/types/chat_completion_chunk_choices_item_delta_role.rb
Constant Summary collapse
- DEVELOPER =
"developer"- SYSTEM =
"system"- USER =
"user"- ASSISTANT =
"assistant"- TOOL =
"tool"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values