enum

Crig::Providers::XAI::Message::Kind

Inherits Enum < Comparable < Value < Object

Constants

Message = 0
FunctionCall = 1
FunctionCallOutput = 2
Reasoning = 3

Instance methods

function_call?

Returns true if this enum value equals FunctionCall

Source
function_call_output?

Returns true if this enum value equals FunctionCallOutput

Source
message?

Returns true if this enum value equals Message

Source
reasoning?

Returns true if this enum value equals Reasoning

Source