Class: Llm::Agent::Rails::Tool

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm/agent/rails/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/llm/agent/rails/registry.rb', line 5

def description
  @description
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



5
6
7
# File 'lib/llm/agent/rails/registry.rb', line 5

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/llm/agent/rails/registry.rb', line 5

def name
  @name
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



5
6
7
# File 'lib/llm/agent/rails/registry.rb', line 5

def schema
  @schema
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/llm/agent/rails/registry.rb', line 5

def version
  @version
end