# RunAgentResumeItem

# Type Alias: RunAgentResumeItem

```ts
type RunAgentResumeItem = AGUIResumeEntry & object;
```

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

## Type Declaration

### metadata?

```ts
optional metadata?: Record<string, unknown>;
```

AG-UI resume metadata. First-party generic requests ride here.
