| Package | Description |
|---|---|
| org.noear.solon.ai.chat | |
| org.noear.solon.ai.chat.dialect | |
| org.noear.solon.ai.chat.function |
| Modifier and Type | Method and Description |
|---|---|
ChatFunction |
ChatOptions.function(String name)
函数获取
|
ChatFunction |
ChatConfig.getGlobalFunction(String name)
获取单个全局函数
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ChatFunction> |
ChatOptions.functions()
所有函数
|
Collection<ChatFunction> |
ChatConfig.getGlobalFunctions()
获取所有全局函数
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatConfig.addGlobalFunction(ChatFunction function)
添加全局函数
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractChatDialect.buildReqFunctionsNodeDo(org.noear.snack.ONode n,
Collection<ChatFunction> funcs) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatFunctionDecl
聊天函数申明(相当于构建器)
|
class |
MethodChatFunction
基于方法构建的聊天函数
|
Copyright © 2025. All rights reserved.