[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Commands.ChatToolCallParam

类 ChatToolCallParam

函数调用参数。

继承
object
ChatToolCallParam
命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public class ChatToolCallParam

构造函数

ChatToolCallParam()

函数调用参数。

声明
public ChatToolCallParam()

属性

FunctionArguments

函数调用的函数参数。

声明
public Dictionary<string, object> FunctionArguments { get; set; }
属性值
类型 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, object>

FunctionName

函数调用的函数名称。

声明
public string FunctionName { get; set; }
属性值
类型 描述
string

Id

函数调用的函数ID。

声明
public string Id { get; set; }
属性值
类型 描述
string