Class: LLM::Function::Return

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id


33
34
35
# File 'lib/llm/function.rb', line 33

def id
  @id
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value


33
34
35
# File 'lib/llm/function.rb', line 33

def value
  @value
end