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

# Interface PromptSessionReadArgs

```typescript
interface PromptSessionReadArgs {
    key: string;
    store: PromptHistoryStore;
}
```

Types: [key](#key), [store](#store), [PromptHistoryStore](../types/core.PromptHistoryStore.md)

##### Index

### <a id="properties"></a>Properties

[key](#key) [store](#store)

## <a id="properties-1"></a>Properties

### <a id="key"></a>key

```typescript
key: string
```

### <a id="store"></a>store

```typescript
store: PromptHistoryStore
```

Types: [PromptHistoryStore](../types/core.PromptHistoryStore.md)
