You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/web-search.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To use web search as a tool that the LLM can decide to execute (and the
26
26
relevant search results will be the return value of the tool execution), you
27
27
can either use the provided tool from the upstream LangChain4j project,
28
28
in class `dev.langchain4j.web.search.WebSearchTool`, or implement your own tool
29
-
if that one does not fit your requirements. The `samples/chatbot-web-search`
29
+
if that one does not fit your requirements. The https://github.com/quarkiverse/quarkus-langchain4j/tree/main/samples/chatbot-web-search[chatbot-web-search]
30
30
example demonstrates how to use the provided tool.
0 commit comments