Uses of Class
dev.langchain4j.agentic.scope.ResultWithAgenticScope
Packages that use ResultWithAgenticScope
Package
Description
-
Uses of ResultWithAgenticScope in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return ResultWithAgenticScope -
Uses of ResultWithAgenticScope in dev.langchain4j.agentic.patterns.p2p
Methods in dev.langchain4j.agentic.patterns.p2p that return ResultWithAgenticScope -
Uses of ResultWithAgenticScope in dev.langchain4j.agentic.scope
Methods in dev.langchain4j.agentic.scope that return ResultWithAgenticScopeModifier and TypeMethodDescriptionResultWithAgenticScope.completePendingResponse(Object value) Completes the single pending response and re-invokes the agentic system to resume execution.ResultWithAgenticScope.completePendingResponse(String responseId, Object value) Completes the pending response with the given ID and re-invokes the agentic system to resume execution.Constructor parameters in dev.langchain4j.agentic.scope with type arguments of type ResultWithAgenticScopeModifierConstructorDescriptionResultWithAgenticScope(AgenticScope agenticScope, T result, boolean suspended, Supplier<ResultWithAgenticScope<T>> resumeCallback) -
Uses of ResultWithAgenticScope in dev.langchain4j.agentic.supervisor
Methods in dev.langchain4j.agentic.supervisor that return ResultWithAgenticScope