public interface ChatFunction
| Modifier and Type | Method and Description |
|---|---|
String |
description()
函数描述
|
String |
handle(Map<String,Object> args)
函数处理
|
String |
name()
函数名字
|
Iterable<ChatFunctionParam> |
params()
函数参数
|
Copyright © 2025. All rights reserved.