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
transformUserMessage
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface BiFunction
andThen
Methods inherited from interface UserMessageTransformer
apply
-
Constructor Details
-
Summarizer
-