Uses of Class
dev.langchain4j.service.tool.BeforeToolExecution
Packages that use BeforeToolExecution
-
Uses of BeforeToolExecution in dev.langchain4j.service
Method parameters in dev.langchain4j.service with type arguments of type BeforeToolExecutionModifier and TypeMethodDescriptionAiServiceTokenStream.beforeToolExecution
(Consumer<BeforeToolExecution> beforeToolExecutionHandler) default TokenStream
TokenStream.beforeToolExecution
(Consumer<BeforeToolExecution> beforeToolExecutionHandler) The provided consumer will be invoked right before a tool is executed. -
Uses of BeforeToolExecution in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool that return BeforeToolExecution