Uses of Annotation Interface
dev.langchain4j.agent.tool.Tool
Packages that use Tool
Package
Description
-
Uses of Tool in dev.langchain4j.agent.tool.graalvm
Methods in dev.langchain4j.agent.tool.graalvm with annotations of type ToolModifier and TypeMethodDescriptionGraalVmJavaScriptExecutionTool.executeJavaScriptCode
(String code) GraalVmPythonExecutionTool.executePythonCode
(String code) -
Uses of Tool in dev.langchain4j.code.judge0
Methods in dev.langchain4j.code.judge0 with annotations of type ToolModifier and TypeMethodDescriptionJudge0JavaScriptExecutionTool.executeJavaScriptCode
(String javaScriptCode) -
Uses of Tool in dev.langchain4j.web.search
Methods in dev.langchain4j.web.search with annotations of type Tool