Class: DebugAgent::ToolDefinition

Inherits:
Struct
  • Object
show all
Includes:
ToolDefinitionExt
Defined in:
lib/debug_agent/tool_registry.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ToolDefinitionExt

#to_schema

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



10
11
12
# File 'lib/debug_agent/tool_registry.rb', line 10

def description
  @description
end

#funcObject

Returns the value of attribute func

Returns:

  • (Object)

    the current value of func



10
11
12
# File 'lib/debug_agent/tool_registry.rb', line 10

def func
  @func
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/debug_agent/tool_registry.rb', line 10

def name
  @name
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



10
11
12
# File 'lib/debug_agent/tool_registry.rb', line 10

def params
  @params
end