| Modifier and Type | Class and Description |
|---|---|
static class |
AssistantMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssistantMessage.Builder |
builder() |
String |
content() |
boolean |
equals(Object another) |
static AssistantMessage |
from(String content) |
FunctionCall |
functionCall()
Deprecated.
|
int |
hashCode() |
String |
name() |
Role |
role() |
List<ToolCall> |
toolCalls() |
String |
toString() |
public String content()
public String name()
@Deprecated public FunctionCall functionCall()
public static AssistantMessage from(String content)
public static AssistantMessage.Builder builder()
Copyright © 2023. All rights reserved.