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

# Type Alias AssistantContextFrame

```typescript
AssistantContextFrame: FrameBase<"assistant-context"> & {
    context: unknown | null;
}
```

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

#### Type Declaration

*   ##### context: unknown | null
    
    `null` clears the project-published assistant observation.
