public abstract class AbstractChatDialect extends java.lang.Object implements ChatDialect
构造器和说明 |
---|
AbstractChatDialect() |
限定符和类型 | 方法和说明 |
---|---|
org.noear.snack.ONode |
buildChatMessageNode(ChatMessage chatMessage) |
protected void |
buildChatMessageNodeDo(org.noear.snack.ONode oNode,
AssistantMessage msg) |
protected void |
buildChatMessageNodeDo(org.noear.snack.ONode oNode,
SystemMessage msg) |
protected void |
buildChatMessageNodeDo(org.noear.snack.ONode oNode,
ToolMessage msg) |
protected void |
buildChatMessageNodeDo(org.noear.snack.ONode oNode,
UserMessage msg) |
protected void |
buildReqFunctionParamNodeDo(ChatFunctionParam p1,
org.noear.snack.ONode n6)
字符串形态
|
protected void |
buildReqFunctionsNode(org.noear.snack.ONode n,
ChatConfig config,
ChatOptions options,
ChatMessage lastMessage) |
protected void |
buildReqFunctionsNodeDo(org.noear.snack.ONode n,
java.util.Collection<ChatFunction> funcs) |
java.lang.String |
buildRequestJson(ChatConfig config,
ChatOptions options,
java.util.List<ChatMessage> messages,
boolean stream)
构建请求数据
|
protected java.util.List<AssistantMessage> |
parseAssistantMessage(boolean isStream,
ChatResponseDefault resp,
org.noear.snack.ONode oMessage) |
protected java.util.List<ChatFunctionCall> |
parseToolCalls(org.noear.snack.ONode toolCallsNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
matched, parseResponseJson
protected void buildChatMessageNodeDo(org.noear.snack.ONode oNode, AssistantMessage msg)
protected void buildChatMessageNodeDo(org.noear.snack.ONode oNode, SystemMessage msg)
protected void buildChatMessageNodeDo(org.noear.snack.ONode oNode, ToolMessage msg)
protected void buildChatMessageNodeDo(org.noear.snack.ONode oNode, UserMessage msg)
public org.noear.snack.ONode buildChatMessageNode(ChatMessage chatMessage)
protected void buildReqFunctionsNode(org.noear.snack.ONode n, ChatConfig config, ChatOptions options, ChatMessage lastMessage)
protected void buildReqFunctionsNodeDo(org.noear.snack.ONode n, java.util.Collection<ChatFunction> funcs)
protected void buildReqFunctionParamNodeDo(ChatFunctionParam p1, org.noear.snack.ONode n6)
public java.lang.String buildRequestJson(ChatConfig config, ChatOptions options, java.util.List<ChatMessage> messages, boolean stream)
ChatDialect
buildRequestJson
在接口中 ChatDialect
config
- 聊天配置options
- 聊天选项protected java.util.List<ChatFunctionCall> parseToolCalls(org.noear.snack.ONode toolCallsNode)
protected java.util.List<AssistantMessage> parseAssistantMessage(boolean isStream, ChatResponseDefault resp, org.noear.snack.ONode oMessage)