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
67 68 69 |
# File 'lib/little_ghost/agent.rb', line 67 def execution_result @execution_result end |
#result ⇒ Object (readonly)
Returns the value of attribute result
67 68 69 |
# File 'lib/little_ghost/agent.rb', line 67 def result @result end |
Instance Method Details
#artifacts ⇒ Object
71 |
# File 'lib/little_ghost/agent.rb', line 71 def artifacts = execution_result.artifacts |
#content ⇒ Object
69 |
# File 'lib/little_ghost/agent.rb', line 69 def content = result.content |
#presentation_content ⇒ Object
72 |
# File 'lib/little_ghost/agent.rb', line 72 def presentation_content = execution_result.presentation_content |
#status ⇒ Object
68 |
# File 'lib/little_ghost/agent.rb', line 68 def status = result.status |
#value ⇒ Object
70 |
# File 'lib/little_ghost/agent.rb', line 70 def value = execution_result.value |