Package datadog.trace.api.llmobs
Class LLMObs.LLMMessage
java.lang.Object
datadog.trace.api.llmobs.LLMObs.LLMMessage
- Enclosing class:
LLMObs
-
Method Summary
Modifier and TypeMethodDescriptionstatic LLMObs.LLMMessagestatic LLMObs.LLMMessagefrom(String role, String content, List<LLMObs.ToolCall> toolCalls) static LLMObs.LLMMessagefrom(String role, String content, List<LLMObs.ToolCall> toolCalls, List<LLMObs.ToolResult> toolResults) static LLMObs.LLMMessagefromToolResults(String role, List<LLMObs.ToolResult> toolResults) getRole()
-
Method Details
-
from
-
from
public static LLMObs.LLMMessage from(String role, String content, List<LLMObs.ToolCall> toolCalls, List<LLMObs.ToolResult> toolResults) -
from
-
fromToolResults
-
getRole
-
getContent
-
getToolCalls
-
getToolResults
-