public interface FunctionPrompt
| Modifier and Type | Method and Description |
|---|---|
String |
description()
描述
|
Collection<ChatMessage> |
handle(Map<String,Object> args)
处理
|
String |
name()
名字
|
Collection<ParamDesc> |
params()
参数
|
String |
title()
标题
|
String name()
String title()
String description()
Collection<ParamDesc> params()
Collection<ChatMessage> handle(Map<String,Object> args) throws Throwable
ThrowableCopyright © 2025. All rights reserved.