# ToolCallChunk

> **Interface** in `@langchain/core`

📖 [View in docs](https://reference.langchain.com/javascript/langchain-core/messages/ContentBlock/Tools/ToolCallChunk)

Content block to represent partial data of a tool call

## Signature

```javascript
interface ToolCallChunk
```

## Extends

- `BaseContentBlock`

## Properties

- `args`
- `id`
- `index`
- `name`
- `type`

---

[View source on GitHub](https://github.com/langchain-ai/langchainjs/blob/2a5713dfbc5987fb1dcf85cd1de9379816688927/libs/langchain-core/src/messages/content/tools.ts#L50)