[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Commands.AIToolFunctionCallResponse

类 AIToolFunctionCallResponse

AI工具函数调用参数。

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

构造函数

AIToolFunctionCallResponse()

AI工具函数调用参数。

声明
public AIToolFunctionCallResponse()

属性

Arguments

AI工具调用函数参数。

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

FunctionName

AI工具调用函数名称。

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