public class ToolCall extends Object:
Tool call requested by an LLM provider.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | arguments | Decoded arguments. |
| public readonly property | idid as String |
Provider-side call identifier. |
| public readonly property | namename as String |
Requested tool name. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | ToolCall | Creates a tool call. |