# StreamChunk

# Type Alias: StreamChunk

```ts
type StreamChunk = AGUIEvent;
```

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

Chunk returned by the SDK during streaming chat completions.
Uses the AG-UI protocol event format.
