> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: ToolInit

> TypeScript SDK reference

[weave](../) / ToolInit

## Table of contents

### Properties

* [args](./toolinit#args)
* [name](./toolinit#name)
* [toolCallId](./toolinit#toolcallid)

## Properties

### args

• `Optional` **args**: `string`

#### Defined in

[genai/tool.ts:17](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/tool.ts#L17)

***

### name

• **name**: `string`

#### Defined in

[genai/tool.ts:16](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/tool.ts#L16)

***

### toolCallId

• `Optional` **toolCallId**: `string`

#### Defined in

[genai/tool.ts:18](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/tool.ts#L18)
