JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
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.