Class: DatadogAPIClient::V2::LLMObsSpanToolDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsSpanToolDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_span_tool_definition.rb
Overview
A tool definition available to an LLM span.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Description of what the tool does.
-
#name ⇒ Object
Name of the tool.
-
#schema ⇒ Object
JSON schema describing the tool's input parameters.
-
#version ⇒ Object
Version of the tool definition.
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_span_tool_definition.rb', line 36 def additional_properties @additional_properties end |
#description ⇒ Object
Description of what the tool does.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_tool_definition.rb', line 25 def description @description end |
#name ⇒ Object
Name of the tool.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_tool_definition.rb', line 28 def name @name end |
#schema ⇒ Object
JSON schema describing the tool's input parameters.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_tool_definition.rb', line 31 def schema @schema end |
#version ⇒ Object
Version of the tool definition.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_tool_definition.rb', line 34 def version @version end |