# RealtimeToolResultPart

# Interface: RealtimeToolResultPart

Defined in: [packages/typescript/ai/src/realtime/types.ts:127](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L127)

Tool result part in a realtime message

## Properties

### content

```ts
content: string;
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:130](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L130)

***

### toolCallId

```ts
toolCallId: string;
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:129](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L129)

***

### type

```ts
type: "tool-result";
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:128](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L128)
