Uses of Interface
dev.langchain4j.agentic.AgenticServices.AgenticScopeAction.NonThrowingConsumer
Packages that use AgenticServices.AgenticScopeAction.NonThrowingConsumer
-
Uses of AgenticServices.AgenticScopeAction.NonThrowingConsumer in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic with parameters of type AgenticServices.AgenticScopeAction.NonThrowingConsumerModifier and TypeMethodDescriptionAgenticServices.agentAction
(AgenticServices.AgenticScopeAction.NonThrowingConsumer<AgenticScope> consumer) Wraps a consumer of the AgenticScope into an agent action that can be executed within the context of an agent.