enum

Crig::ToolServerResponse::Kind

Inherits Enum < Comparable < Value < Object

Constants

ToolAdded = 0
ToolDeleted = 1
ToolExecuted = 2
ToolError = 3
ToolDefinitions = 4

Instance methods

tool_added?

Returns true if this enum value equals ToolAdded

Source
tool_definitions?

Returns true if this enum value equals ToolDefinitions

Source
tool_deleted?

Returns true if this enum value equals ToolDeleted

Source
tool_error?

Returns true if this enum value equals ToolError

Source
tool_executed?

Returns true if this enum value equals ToolExecuted

Source