Uses of Interface
dev.langchain4j.agentic.AgenticServices.AgentAction.NonThrowingRunnable
Packages that use AgenticServices.AgentAction.NonThrowingRunnable
-
Uses of AgenticServices.AgentAction.NonThrowingRunnable in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic with parameters of type AgenticServices.AgentAction.NonThrowingRunnableModifier and TypeMethodDescriptionstatic AgenticServices.AgentActionAgenticServices.agentAction(AgenticServices.AgentAction.NonThrowingRunnable runnable) Wraps a runnable into an agent action that can be executed within the context of an agent.