Class: DatadogAPIClient::V2::LLMObsInferenceToolCall
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsInferenceToolCall
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb
Overview
A tool call made during LLM inference.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#arguments ⇒ Object
The arguments passed to the tool.
-
#name ⇒ Object
The name of the tool being called.
-
#tool_id ⇒ Object
Unique identifier for the tool call.
-
#type ⇒ Object
The type of tool call.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb', line 36 def additional_properties @additional_properties end |
#arguments ⇒ Object
The arguments passed to the tool.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb', line 25 def arguments @arguments end |
#name ⇒ Object
The name of the tool being called.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb', line 28 def name @name end |
#tool_id ⇒ Object
Unique identifier for the tool call.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb', line 31 def tool_id @tool_id end |
#type ⇒ Object
The type of tool call.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb', line 34 def type @type end |