> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.AssistantActionReplyFrame.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AssistantActionReplyFrame

```typescript
AssistantActionReplyFrame: FrameBase<"assistant-action-reply"> & {
    error?: string;
    ok: boolean;
    requestId: string;
    result?: unknown;
}
```

Types: [FrameBase](core.Supporting_types.FrameBase.md)
