Class: PromptObjects::Execution::Runner::PreparedTool
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Execution::Runner::PreparedTool
- Defined in:
- lib/prompt_objects/execution/runner.rb
Instance Attribute Summary collapse
-
#execution ⇒ Object
readonly
Returns the value of attribute execution.
-
#policy ⇒ Object
readonly
Returns the value of attribute policy.
-
#policy_error ⇒ Object
readonly
Returns the value of attribute policy_error.
-
#tool_call ⇒ Object
readonly
Returns the value of attribute tool_call.
Instance Attribute Details
#execution ⇒ Object (readonly)
Returns the value of attribute execution
9 10 11 |
# File 'lib/prompt_objects/execution/runner.rb', line 9 def execution @execution end |
#policy ⇒ Object (readonly)
Returns the value of attribute policy
9 10 11 |
# File 'lib/prompt_objects/execution/runner.rb', line 9 def policy @policy end |
#policy_error ⇒ Object (readonly)
Returns the value of attribute policy_error
9 10 11 |
# File 'lib/prompt_objects/execution/runner.rb', line 9 def policy_error @policy_error end |
#tool_call ⇒ Object (readonly)
Returns the value of attribute tool_call
9 10 11 |
# File 'lib/prompt_objects/execution/runner.rb', line 9 def tool_call @tool_call end |