public class ChatFunctionParamDecl extends Object implements ChatFunctionParam
| Constructor and Description |
|---|
ChatFunctionParamDecl(String name,
Class<?> type,
boolean required,
String description) |
ChatFunctionParamDecl(String name,
Class<?> type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
参数描述
|
String |
name()
参数名字
|
boolean |
required()
是否必须
|
Class<?> |
type()
参数类型
|
public String name()
name in interface ChatFunctionParampublic Class<?> type()
type in interface ChatFunctionParampublic String description()
description in interface ChatFunctionParampublic boolean required()
required in interface ChatFunctionParamCopyright © 2025. All rights reserved.