Class: AgentClientProtocol::Contrib::ToolCallTracker::TrackedToolCallView
- Inherits:
-
Struct
- Object
- Struct
- AgentClientProtocol::Contrib::ToolCallTracker::TrackedToolCallView
- Defined in:
- lib/agent_client_protocol/contrib/tool_call_tracker.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#locations ⇒ Object
Returns the value of attribute locations.
-
#raw_input ⇒ Object
Returns the value of attribute raw_input.
-
#raw_output ⇒ Object
Returns the value of attribute raw_output.
-
#status ⇒ Object
Returns the value of attribute status.
-
#stream_text ⇒ Object
Returns the value of attribute stream_text.
-
#title ⇒ Object
Returns the value of attribute title.
-
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def content @content end |
#external_id ⇒ Object
Returns the value of attribute external_id
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def external_id @external_id end |
#kind ⇒ Object
Returns the value of attribute kind
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def kind @kind end |
#locations ⇒ Object
Returns the value of attribute locations
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def locations @locations end |
#raw_input ⇒ Object
Returns the value of attribute raw_input
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def raw_input @raw_input end |
#raw_output ⇒ Object
Returns the value of attribute raw_output
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def raw_output @raw_output end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def status @status end |
#stream_text ⇒ Object
Returns the value of attribute stream_text
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def stream_text @stream_text end |
#title ⇒ Object
Returns the value of attribute title
8 9 10 |
# File 'lib/agent_client_protocol/contrib/tool_call_tracker.rb', line 8 def title @title end |
#tool_call_id ⇒ Object
Returns the value of attribute 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 |