Class: Legion::LLM::Inference::Executor::ToolResultEvent
- Inherits:
-
Struct
- Object
- Struct
- Legion::LLM::Inference::Executor::ToolResultEvent
- Defined in:
- lib/legion/llm/inference/executor.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id.
-
#tool_name ⇒ Object
Returns the value of attribute tool_name.
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result
54 55 56 |
# File 'lib/legion/llm/inference/executor.rb', line 54 def result @result end |
#started_at ⇒ Object
Returns the value of attribute started_at
54 55 56 |
# File 'lib/legion/llm/inference/executor.rb', line 54 def started_at @started_at end |
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id
54 55 56 |
# File 'lib/legion/llm/inference/executor.rb', line 54 def tool_call_id @tool_call_id end |
#tool_name ⇒ Object
Returns the value of attribute tool_name
54 55 56 |
# File 'lib/legion/llm/inference/executor.rb', line 54 def tool_name @tool_name end |