Class: LLM::Fillin::Tool

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/llm/fillin/registry.rb', line 4

def description
  @description
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



4
5
6
# File 'lib/llm/fillin/registry.rb', line 4

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/llm/fillin/registry.rb', line 4

def name
  @name
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



4
5
6
# File 'lib/llm/fillin/registry.rb', line 4

def schema
  @schema
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



4
5
6
# File 'lib/llm/fillin/registry.rb', line 4

def version
  @version
end