LlmEventSummarizer

constructor(model: Model, promptTemplate: String = DEFAULT_PROMPT_TEMPLATE)


constructor(model: Model)

Creates a summarizer using the default prompt template. Java callers need this because promptTemplate's default is not visible to them and its value is private.