Class: PromptObjects::Execution::Runner::PreparedTool

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/execution/runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#executionObject (readonly)

Returns the value of attribute execution

Returns:

  • (Object)

    the current value of execution



9
10
11
# File 'lib/prompt_objects/execution/runner.rb', line 9

def execution
  @execution
end

#policyObject (readonly)

Returns the value of attribute policy

Returns:

  • (Object)

    the current value of policy



9
10
11
# File 'lib/prompt_objects/execution/runner.rb', line 9

def policy
  @policy
end

#policy_errorObject (readonly)

Returns the value of attribute policy_error

Returns:

  • (Object)

    the current value of policy_error



9
10
11
# File 'lib/prompt_objects/execution/runner.rb', line 9

def policy_error
  @policy_error
end

#tool_callObject (readonly)

Returns the value of attribute tool_call

Returns:

  • (Object)

    the current value of tool_call



9
10
11
# File 'lib/prompt_objects/execution/runner.rb', line 9

def tool_call
  @tool_call
end