-
Constructor Summary
Constructors
-
Method Summary
List<dev.langchain4j.rag.content.Content>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WebSearchTool
public WebSearchTool()
-
Method Details
-
apply
public List<dev.langchain4j.rag.content.Content> apply(String query)
- Specified by:
apply
in interface Function<String,List<dev.langchain4j.rag.content.Content>>