enum

Crig::ToolServerRequestMessageKind::Kind

Inherits Enum < Comparable < Value < Object

Constants

AddTool = 0
AppendToolset = 1
RemoveTool = 2
CallTool = 3
GetToolDefs = 4

Instance methods

add_tool?

Returns true if this enum value equals AddTool

Source
append_toolset?

Returns true if this enum value equals AppendToolset

Source
call_tool?

Returns true if this enum value equals CallTool

Source
get_tool_defs?

Returns true if this enum value equals GetToolDefs

Source
remove_tool?

Returns true if this enum value equals RemoveTool

Source