| Package | Description |
|---|---|
| org.noear.solon.ai.chat | |
| org.noear.solon.ai.chat.function |
| Modifier and Type | Method and Description |
|---|---|
ChatOptions |
ChatOptions.functionAdd(String name,
Consumer<ChatFunctionDecl> functionBuilder)
函数添加(构建形式)
|
ChatModel.Builder |
ChatModel.Builder.globalFunctionAdd(String name,
Consumer<ChatFunctionDecl> functionBuilder)
函数添加
|
| Modifier and Type | Method and Description |
|---|---|
ChatFunctionDecl |
ChatFunctionDecl.description(String description)
申明函数描述
|
ChatFunctionDecl |
ChatFunctionDecl.floatParam(String name,
String description)
申明函数浮点数参数
|
ChatFunctionDecl |
ChatFunctionDecl.handle(Function<Map<String,Object>,String> handler)
申明函数处理
|
ChatFunctionDecl |
ChatFunctionDecl.intParam(String name,
String description)
申明函数整型参数
|
ChatFunctionDecl |
ChatFunctionDecl.param(String name,
Class<?> type,
String description)
申明函数参数
|
ChatFunctionDecl |
ChatFunctionDecl.stringParam(String name,
String description)
申明函数字符串参数
|
Copyright © 2025. All rights reserved.