Class: AnalyticalBrain::Runner::Responsibility
- Inherits:
-
Data
- Object
- Data
- AnalyticalBrain::Runner::Responsibility
- Defined in:
- lib/analytical_brain/runner.rb
Overview
A composable unit of brain capability: a prompt section + its tools.
Instance Attribute Summary collapse
-
#prompt ⇒ Object
readonly
Returns the value of attribute prompt.
-
#tools ⇒ Object
readonly
Returns the value of attribute tools.
Instance Attribute Details
#prompt ⇒ Object (readonly)
Returns the value of attribute prompt
22 23 24 |
# File 'lib/analytical_brain/runner.rb', line 22 def prompt @prompt end |
#tools ⇒ Object (readonly)
Returns the value of attribute tools
22 23 24 |
# File 'lib/analytical_brain/runner.rb', line 22 def tools @tools end |