JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
dev.langchain4j.agent.tool
Tool
Uses of Annotation Interface
dev.langchain4j.agent.tool.Tool
Packages that use
Tool
Package
Description
dev.langchain4j.web.search
Uses of
Tool
in
dev.langchain4j.web.search
Methods in
dev.langchain4j.web.search
with annotations of type
Tool
Modifier and Type
Method
Description
String
WebSearchTool.
searchWeb
(
String
query)
Runs a search query on the web search engine and returns a pretty-string representation of the search results.