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

# Interface PromptSessionDetail

```typescript
interface PromptSessionDetail {
    messages: PromptMessage[];
    summary: PromptSessionSummary;
    warnings: PromptParseWarning[];
}
```

Types: [messages](#messages), [PromptMessage](core.PromptMessage.md), [summary](#summary), [PromptSessionSummary](core.PromptSessionSummary.md), [warnings](#warnings), [PromptParseWarning](core.PromptParseWarning.md)

##### Index

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

[messages](#messages) [summary](#summary) [warnings](#warnings)

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

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

```typescript
messages: PromptMessage[]
```

Types: [PromptMessage](core.PromptMessage.md)

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

```typescript
summary: PromptSessionSummary
```

Types: [PromptSessionSummary](core.PromptSessionSummary.md)

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

```typescript
warnings: PromptParseWarning[]
```

Types: [PromptParseWarning](core.PromptParseWarning.md)
