Class: PhaseoAgentSdk::HumanReviewContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/phaseo_agent_sdk.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idObject

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def agent_id
  @agent_id
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def context
  @context
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def input
  @input
end

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def messages
  @messages
end

#parsed_outputObject

Returns the value of attribute parsed_output

Returns:

  • (Object)

    the current value of parsed_output



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def parsed_output
  @parsed_output
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def response
  @response
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def run_id
  @run_id
end

#step_indexObject

Returns the value of attribute step_index

Returns:

  • (Object)

    the current value of step_index



30
31
32
# File 'lib/phaseo_agent_sdk.rb', line 30

def step_index
  @step_index
end