Uses of Interface
dev.langchain4j.agentic.internal.Context.ContextSummarizer
Packages that use Context.ContextSummarizer
-
Uses of Context.ContextSummarizer in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that return Context.ContextSummarizerModifier and TypeMethodDescriptionstatic Context.ContextSummarizerContext.createSummarizer(ChatModel chatModel) Creates a new stateless summarizer AI service bound to the givenChatModel.Methods in dev.langchain4j.agentic.internal with parameters of type Context.ContextSummarizerModifier and TypeMethodDescriptionstatic Context.SummarizerContext.Summarizer.withSummarizer(AgenticScope agenticScope, Context.ContextSummarizer summarizer, String... agentNames) Creates a summarizer backed by a pre-builtContext.ContextSummarizer, typically one shared by the caller across agents or invocations using the sameChatModel.