Class: PhaseoAgentSdk::HumanPause

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



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

def payload
  @payload
end

#pending_tool_callsObject

Returns the value of attribute pending_tool_calls

Returns:

  • (Object)

    the current value of pending_tool_calls



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

def pending_tool_calls
  @pending_tool_calls
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



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

def reason
  @reason
end

#requested_atObject

Returns the value of attribute requested_at

Returns:

  • (Object)

    the current value of requested_at



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

def requested_at
  @requested_at
end