| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceToolResult |
LLMObsInferenceContentValue.getToolCallResult()
The result returned by a tool call during LLM inference.
|
LLMObsInferenceToolResult |
LLMObsInferenceToolResult.name(String name) |
LLMObsInferenceToolResult |
LLMObsInferenceToolResult.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsInferenceToolResult |
LLMObsInferenceToolResult.result(String result) |
LLMObsInferenceToolResult |
LLMObsInferenceToolResult.toolId(String toolId) |
LLMObsInferenceToolResult |
LLMObsInferenceToolResult.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsInferenceToolResult> |
LLMObsInferenceMessage.getToolResults()
List of tool results in a message.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceMessage |
LLMObsInferenceMessage.addToolResultsItem(LLMObsInferenceToolResult toolResultsItem) |
void |
LLMObsInferenceContentValue.setToolCallResult(LLMObsInferenceToolResult toolCallResult) |
LLMObsInferenceContentValue |
LLMObsInferenceContentValue.toolCallResult(LLMObsInferenceToolResult toolCallResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsInferenceMessage.setToolResults(List<LLMObsInferenceToolResult> toolResults) |
LLMObsInferenceMessage |
LLMObsInferenceMessage.toolResults(List<LLMObsInferenceToolResult> toolResults) |
Copyright © 2026. All rights reserved.