Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigPromptToolCall
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsCustomEvalConfigPromptToolCall
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_call.rb
Overview
A tool call within a prompt message.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#arguments ⇒ Object
JSON-encoded arguments for the tool call.
-
#id ⇒ Object
Unique identifier of the tool call.
-
#name ⇒ Object
Name of the tool being called.
-
#type ⇒ Object
Type of the 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_custom_eval_config_prompt_tool_call.rb', line 36 def additional_properties @additional_properties end |
#arguments ⇒ Object
JSON-encoded arguments for the tool call.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_call.rb', line 25 def arguments @arguments end |
#id ⇒ Object
Unique identifier of the tool call.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_call.rb', line 28 def id @id end |
#name ⇒ Object
Name of the tool being called.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_call.rb', line 31 def name @name end |
#type ⇒ Object
Type of the tool call.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_call.rb', line 34 def type @type end |