enum

Crig::ToolSetError::Kind

Inherits Enum < Comparable < Value < Object

Constants

ToolCallError = 0
ToolNotFoundError = 1
JsonError = 2
Interrupted = 3
Other = 4

Instance methods

interrupted?

Returns true if this enum value equals Interrupted

Source
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
tool_not_found_error?

Returns true if this enum value equals ToolNotFoundError

Source