Class: Rixie::Agent::ThinkResult

Inherits:
Data
  • Object
show all
Defined in:
lib/rixie/agent.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'lib/rixie/agent.rb', line 10

def content
  @content
end

#thoughtsObject (readonly)

Returns the value of attribute thoughts

Returns:

  • (Object)

    the current value of thoughts



10
11
12
# File 'lib/rixie/agent.rb', line 10

def thoughts
  @thoughts
end