enum

Crig::Providers::OpenAI::InputContent::Kind

Inherits Enum < Comparable < Value < Object

Constants

Message = 0
Reasoning = 1
FunctionCall = 2
FunctionCallOutput = 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