| Package | Description |
|---|---|
| com.unfbx.chatgpt.entity.chat |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.toolCalls(List<ToolCalls> toolCalls) |
MessagePicture.Builder |
MessagePicture.Builder.toolCalls(List<ToolCalls> toolCalls) |
MessagePicture.Builder |
MessagePicture.Builder.toolCalls(List<ToolCalls> toolCalls) |
Message.Builder |
Message.Builder.toolCalls(List<ToolCalls> toolCalls) |
| Constructor and Description |
|---|
Message(String role,
String name,
String content,
List<ToolCalls> toolCalls,
String toolCallId,
FunctionCall functionCall)
构造函数
|
Message(String role,
String name,
String content,
List<ToolCalls> toolCalls,
String toolCallId,
FunctionCall functionCall)
构造函数
|
MessagePicture(String role,
String name,
List<Content> content,
List<ToolCalls> toolCalls,
String toolCallId,
FunctionCall functionCall)
构造函数
|
MessagePicture(String role,
String name,
List<Content> content,
List<ToolCalls> toolCalls,
String toolCallId,
FunctionCall functionCall)
构造函数
|
Copyright © 2023 grt1228. All rights reserved.