Iron Gorilla Developers

FormatChatTranscriptOptions

Options for formatting prior chat transcript context.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface FormatChatTranscriptOptions

Properties

  • 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.

On this page