Class: AgentClientProtocol::Contrib::ToolCallTracker::TrackedToolCallView

Inherits:
Struct
  • Object
show all
Defined in:
lib/agent_client_protocol/contrib/tool_call_tracker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def content
  @content
end

#external_idObject

Returns the value of attribute external_id

Returns:

  • (Object)

    the current value of external_id



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def external_id
  @external_id
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def kind
  @kind
end

#locationsObject

Returns the value of attribute locations

Returns:

  • (Object)

    the current value of locations



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def locations
  @locations
end

#raw_inputObject

Returns the value of attribute raw_input

Returns:

  • (Object)

    the current value of raw_input



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def raw_input
  @raw_input
end

#raw_outputObject

Returns the value of attribute raw_output

Returns:

  • (Object)

    the current value of raw_output



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def raw_output
  @raw_output
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def status
  @status
end

#stream_textObject

Returns the value of attribute stream_text

Returns:

  • (Object)

    the current value of stream_text



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def stream_text
  @stream_text
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def title
  @title
end

#tool_call_idObject

Returns the value of attribute tool_call_id

Returns:

  • (Object)

    the current value of tool_call_id



8
9
10
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8

def tool_call_id
  @tool_call_id
end