Class: AnalyticalBrain::Runner::Responsibility

Inherits:
Data
  • Object
show all
Defined in:
lib/analytical_brain/runner.rb

Overview

A composable unit of brain capability: a prompt section + its tools.

Instance Attribute Summary collapse

Instance Attribute Details

#promptObject (readonly)

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



22
23
24
# File 'lib/analytical_brain/runner.rb', line 22

def prompt
  @prompt
end

#toolsObject (readonly)

Returns the value of attribute tools

Returns:

  • (Object)

    the current value of tools



22
23
24
# File 'lib/analytical_brain/runner.rb', line 22

def tools
  @tools
end