---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/transformers_js/helpers/interfaces/ParsedToolCall.md
description: >-
  A single tool call extracted from model output. `arguments` is a parsed
  object, never a string.
---

# Interface: ParsedToolCall

Defined in: [src/batteries/llm/chat\_common/tool\_parsers.ts:39](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/llm/chat_common/tool_parsers.ts#L39)

A single tool call extracted from model output. `arguments` is a parsed object, never a string.

## Properties

| Property                                    | Type                                                                                                                                                 | Description                                       | Defined in                                                                                                                                                |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  `arguments` | [`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)<`string`, [`JsonValue`](../type-aliases/JsonValue.md)> | The parsed argument object (never a JSON string). | [src/batteries/llm/chat\_common/tool\_parsers.ts:43](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/llm/chat_common/tool_parsers.ts#L43) |
|  `name`           | `string`                                                                                                                                             | The tool name the model called.                   | [src/batteries/llm/chat\_common/tool\_parsers.ts:41](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/llm/chat_common/tool_parsers.ts#L41) |
