Class: PhaseoAgentSdk::RunRecord

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



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

def agent_id
  @agent_id
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



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

def context
  @context
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



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

def input
  @input
end

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



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

def messages
  @messages
end

#next_turn_paramsObject

Returns the value of attribute next_turn_params

Returns:

  • (Object)

    the current value of next_turn_params



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

def next_turn_params
  @next_turn_params
end

#pauseObject

Returns the value of attribute pause

Returns:

  • (Object)

    the current value of pause



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

def pause
  @pause
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



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

def result
  @result
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#step_countObject

Returns the value of attribute step_count

Returns:

  • (Object)

    the current value of step_count



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

def step_count
  @step_count
end

#stop_reasonObject

Returns the value of attribute stop_reason

Returns:

  • (Object)

    the current value of stop_reason



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

def stop_reason
  @stop_reason
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



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

def updated_at
  @updated_at
end

#usageObject

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



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

def usage
  @usage
end