File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/tavily/runtime/src/main/java/io/quarkiverse/langchain4j/tavily/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ public interface TavilyConfig {
7575 boolean includeRawContent ();
7676
7777 /**
78- * A list of domains to specifically include in the search results. Default is [], which includes all domains.
78+ * A list of domains to specifically include in the search results. By default all domains are included .
7979 */
8080 @ ConfigDocDefault ("empty list" )
8181 Optional <List <String >> includeDomains ();
8282
8383 /**
84- * A list of domains to specifically exclude from the search results. Default is [], which doesn't exclude any domains .
84+ * A list of domains to specifically exclude from the search results. By default no domains are excluded .
8585 */
8686 @ ConfigDocDefault ("empty list" )
8787 Optional <List <String >> excludeDomains ();
You can’t perform that action at this time.
0 commit comments