[]
AI工具函数调用参数。
public class AIToolFunctionCallResponse
AI工具函数调用参数。
public AIToolFunctionCallResponse()
AI工具调用函数参数。
public Dictionary<string, object> Arguments { get; set; }
| 类型 | 描述 |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, object> |
AI工具调用函数名称。
public string FunctionName { get; set; }
| 类型 | 描述 |
|---|---|
| string |