Uses of Record Class
com.google.adk.summarizer.EventsCompactionConfig
Packages that use EventsCompactionConfig
Package
Description
-
Uses of EventsCompactionConfig in com.google.adk.agents
Methods in com.google.adk.agents that return types with arguments of type EventsCompactionConfigModifier and TypeMethodDescriptionInvocationContext.eventsCompactionConfig()Returns the events compaction configuration for the current agent run.Methods in com.google.adk.agents with parameters of type EventsCompactionConfigModifier and TypeMethodDescriptionInvocationContext.Builder.eventsCompactionConfig(EventsCompactionConfig eventsCompactionConfig) Sets the events compaction configuration for the current agent run. -
Uses of EventsCompactionConfig in com.google.adk.apps
Methods in com.google.adk.apps that return EventsCompactionConfigMethods in com.google.adk.apps with parameters of type EventsCompactionConfigModifier and TypeMethodDescriptionApp.Builder.eventsCompactionConfig(EventsCompactionConfig eventsCompactionConfig) -
Uses of EventsCompactionConfig in com.google.adk.runner
Constructors in com.google.adk.runner with parameters of type EventsCompactionConfigModifierConstructorDescriptionprotectedRunner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<? extends Plugin> plugins, EventsCompactionConfig eventsCompactionConfig, ContextCacheConfig contextCacheConfig) Deprecated. -
Uses of EventsCompactionConfig in com.google.adk.summarizer
Constructors in com.google.adk.summarizer with parameters of type EventsCompactionConfig
Runner.Builderinstead.