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