Class: LittleGhost::Agent::ExecutedTool
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Agent::ExecutedTool
- Defined in:
- lib/little_ghost/agent.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#execution_result ⇒ Object
readonly
Returns the value of attribute execution_result.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
- #artifacts ⇒ Object
- #content ⇒ Object
- #presentation_content ⇒ Object
- #status ⇒ Object
- #value ⇒ Object
Instance Attribute Details
#execution_result ⇒ Object (readonly)
Returns the value of attribute execution_result
68 69 70 |
# File 'lib/little_ghost/agent.rb', line 68 def execution_result @execution_result end |
#result ⇒ Object (readonly)
Returns the value of attribute result
68 69 70 |
# File 'lib/little_ghost/agent.rb', line 68 def result @result end |
Instance Method Details
#artifacts ⇒ Object
72 |
# File 'lib/little_ghost/agent.rb', line 72 def artifacts = execution_result.artifacts |
#content ⇒ Object
70 |
# File 'lib/little_ghost/agent.rb', line 70 def content = result.content |
#presentation_content ⇒ Object
73 |
# File 'lib/little_ghost/agent.rb', line 73 def presentation_content = execution_result.presentation_content |
#status ⇒ Object
69 |
# File 'lib/little_ghost/agent.rb', line 69 def status = result.status |
#value ⇒ Object
71 |
# File 'lib/little_ghost/agent.rb', line 71 def value = execution_result.value |