| Package | Description |
|---|---|
| com.unfbx.chatgpt.entity.chat |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.functionCall(FunctionCall functionCall) |
MessagePicture.Builder |
MessagePicture.Builder.functionCall(FunctionCall functionCall) |
MessagePicture.Builder |
MessagePicture.Builder.functionCall(FunctionCall functionCall) |
Message.Builder |
Message.Builder.functionCall(FunctionCall functionCall) |
| Constructor and Description |
|---|
BaseMessage(String role,
String name,
FunctionCall functionCall)
构造函数
|
BaseMessage(String role,
String name,
FunctionCall functionCall)
构造函数
|
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.