google-adk-kotlin
Toggle table of contents
0.9.0
common
Target filter
common
Switch theme
Search in API
Skip to content
google-adk-kotlin
google-adk-kotlin-core
/
com.google.adk.kt.summarizer
/
EventSummarizer
Event
Summarizer
common
interface
EventSummarizer
Base interface for producing events summary.
Inheritors
LlmEventSummarizer
Members
Functions
summarize
Events
Link copied to clipboard
common
abstract
suspend
fun
summarizeEvents
(
events
:
List
<
Event
>
)
:
Event
?
Compacts the given
events
into a single
Event
.