enum

Crig::ToolError::Kind

Inherits Enum < Comparable < Value < Object

Constants

ToolCallError = 0
JsonError = 1
Other = 2

Instance methods

json_error?

Returns true if this enum value equals JsonError

Source
other?

Returns true if this enum value equals Other

Source
tool_call_error?

Returns true if this enum value equals ToolCallError

Source