| Package | Description |
|---|---|
| org.noear.solon.ai.chat.dialect | |
| org.noear.solon.ai.chat.message |
| Modifier and Type | Method and Description |
|---|---|
protected ChatFunctionCall |
AbstractChatDialect.parseFunctionCall(org.noear.snack.ONode n1) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ChatFunctionCall> |
AbstractChatDialect.parseToolCalls(org.noear.snack.ONode toolCallsNode) |
| Modifier and Type | Method and Description |
|---|---|
List<ChatFunctionCall> |
AssistantMessage.getToolCalls()
工具调用
|
| Constructor and Description |
|---|
AssistantMessage(String content,
boolean isThinking,
List<Map> toolCallsRaw,
List<ChatFunctionCall> toolCalls) |
Copyright © 2025. All rights reserved.