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



36
37
38
# File 'lib/llm/function.rb', line 36

def id
  @id
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



36
37
38
# File 'lib/llm/function.rb', line 36

def value
  @value
end