public class MethodChatFunction extends Object implements ChatFunction
| Constructor and Description |
|---|
MethodChatFunction(Object target,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
函数描述
|
String |
handle(Map<String,Object> args)
执行处理
|
String |
name()
函数名字
|
Iterable<ChatFunctionParam> |
params()
函数参数
|
public String name()
name in interface ChatFunctionpublic String description()
description in interface ChatFunctionpublic Iterable<ChatFunctionParam> params()
params in interface ChatFunctionCopyright © 2025. All rights reserved.