| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptChatMessage |
LLMObsPromptChatMessage.content(String content) |
LLMObsPromptChatMessage |
LLMObsPromptChatMessage.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsPromptChatMessage |
LLMObsPromptChatMessage.role(String role) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsPromptChatMessage> |
LLMObsPromptSDKDataAttributes.getChatTemplate()
Chat template for this prompt version, as a list of role and content messages.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptSDKDataAttributes |
LLMObsPromptSDKDataAttributes.addChatTemplateItem(LLMObsPromptChatMessage chatTemplateItem) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsPromptSDKDataAttributes |
LLMObsPromptSDKDataAttributes.chatTemplate(List<LLMObsPromptChatMessage> chatTemplate) |
void |
LLMObsPromptSDKDataAttributes.setChatTemplate(List<LLMObsPromptChatMessage> chatTemplate) |
| Constructor and Description |
|---|
LLMObsPromptChatTemplate(List<LLMObsPromptChatMessage> items) |
Copyright © 2026. All rights reserved.