| Modifier and Type | Method and Description |
|---|---|
static LLMObs.LLMMessage |
from(String role,
String content) |
static LLMObs.LLMMessage |
from(String role,
String content,
List<LLMObs.ToolCall> toolCalls) |
String |
getContent() |
String |
getRole() |
List<LLMObs.ToolCall> |
getToolCalls() |
public static LLMObs.LLMMessage from(String role, String content, List<LLMObs.ToolCall> toolCalls)
public static LLMObs.LLMMessage from(String role, String content)
public String getRole()
public String getContent()
public List<LLMObs.ToolCall> getToolCalls()