FormatChatTranscriptOptions
Options for formatting prior chat transcript context.
SDK v2026.4.0
Kind: interface
Signature
export interface FormatChatTranscriptOptionsProperties
maxMessages?(number): Maximum number of recent messages to include.maxUtf8Bytes?(number): Maximum UTF-8 bytes returned, enforced by dropping oldest history first.excludeLatestUserMessage?(string): Current user message to exclude when the transcript already appended it.