| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceToolCall |
LLMObsInferenceToolCall.arguments(Map<String,Object> arguments) |
LLMObsInferenceToolCall |
LLMObsInferenceContentValue.getToolCall()
A tool call made during LLM inference.
|
LLMObsInferenceToolCall |
LLMObsInferenceToolCall.name(String name) |
LLMObsInferenceToolCall |
LLMObsInferenceToolCall.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsInferenceToolCall |
LLMObsInferenceToolCall.putArgumentsItem(String key,
Object argumentsItem) |
LLMObsInferenceToolCall |
LLMObsInferenceToolCall.toolId(String toolId) |
LLMObsInferenceToolCall |
LLMObsInferenceToolCall.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsInferenceToolCall> |
LLMObsInferenceMessage.getToolCalls()
List of tool calls in a message.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceMessage |
LLMObsInferenceMessage.addToolCallsItem(LLMObsInferenceToolCall toolCallsItem) |
void |
LLMObsInferenceContentValue.setToolCall(LLMObsInferenceToolCall toolCall) |
LLMObsInferenceContentValue |
LLMObsInferenceContentValue.toolCall(LLMObsInferenceToolCall toolCall) |
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsInferenceMessage.setToolCalls(List<LLMObsInferenceToolCall> toolCalls) |
LLMObsInferenceMessage |
LLMObsInferenceMessage.toolCalls(List<LLMObsInferenceToolCall> toolCalls) |
Copyright © 2026. All rights reserved.