Class: PhaseoAgentSdk::PendingToolCall

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

Instance Attribute Summary collapse

Instance Attribute Details

#callObject

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



26
27
28
# File 'lib/phaseo_agent_sdk.rb', line 26

def call
  @call
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



26
27
28
# File 'lib/phaseo_agent_sdk.rb', line 26

def kind
  @kind
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



26
27
28
# File 'lib/phaseo_agent_sdk.rb', line 26

def reason
  @reason
end