一次工具调用的解析结果。
ToolCall
01 Syntax
Microsoft.VisualBasic.DeepLearning.LLM.Agent.ToolCalls.ToolCall
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | Returns the call rendered in the textual protocol form. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Name | 1 | 被调用的工具名。 |
| ArgumentsJson | 1 | 参数的原始 JSON 文本(可能带代码围栏之前的内容)。 |
| Arguments | 1 | 解析后的参数键值对(值一律按字符串保存,由工具自己解释类型)。 |
| Index | 1 | 第几个调用(0 基)。 |
04 Members
ToString
Returns the call rendered in the textual protocol form.
Returns
A text of the form name(arg=value, ...).
Name
被调用的工具名。
ArgumentsJson
参数的原始 JSON 文本(可能带代码围栏之前的内容)。
Arguments
解析后的参数键值对(值一律按字符串保存,由工具自己解释类型)。
Index
第几个调用(0 基)。