[]
Internal Use AI模型 function_call 函数参数的定义
public class AIFunctionParamDefinition
Internal Use AI模型 function_call 函数参数的定义
public AIFunctionParamDefinition()
Internal Use 参数描述
public string Description { get; set; }
类型 | 描述 |
---|---|
string |
Internal Use 参数名称
public string Name { get; set; }
类型 | 描述 |
---|---|
string |
Internal Use 参数类型
public string ParamType { get; set; }
类型 | 描述 |
---|---|
string |
Internal Use 参数是否必填
public bool Required { get; set; }
类型 | 描述 |
---|---|
bool |