enum

Crig::Completion::AssistantContent::Kind

Inherits Enum < Comparable < Value < Object

Constants

Text = 0
ToolCall = 1
Reasoning = 2
Image = 3

Instance methods

image?

Returns true if this enum value equals Image

Source
reasoning?

Returns true if this enum value equals Reasoning

Source
text?

Returns true if this enum value equals Text

Source
tool_call?

Returns true if this enum value equals ToolCall

Source