Class Context.Summarizer
java.lang.Object
dev.langchain4j.agentic.internal.Context.AgenticScopeContextGenerator
dev.langchain4j.agentic.internal.Context.Summarizer
- All Implemented Interfaces:
UserMessageTransformer, BiFunction<ChatRequest, Object, ChatRequest>
- Enclosing class:
Context
-
Constructor Summary
ConstructorsConstructorDescriptionSummarizer(AgenticScope agenticScope, ChatModel chatModel, String... agentNames) -
Method Summary
Methods inherited from class Context.AgenticScopeContextGenerator
transformUserMessageMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiFunction
andThenMethods inherited from interface UserMessageTransformer
apply
-
Constructor Details
-
Summarizer
-