Module: OmniAI::Llama::Chat::ChoiceSerializer
- Defined in:
- lib/omniai/llama/chat/choice_serializer.rb
Overview
Overrides choice serialize / deserialize for the following payload:
{
content: {
type: "text",
text: "Hello!",
},
role: "assistant",
stop_reason: "stop",
tool_calls: [],
}