Skip to content

Commit b0e9d62

Browse files
Joshua-Helljmartisk
authored andcommitted
Updated JavaDoc for include and exclude domains
1 parent 88fe018 commit b0e9d62

File tree

1 file changed

+2
-2
lines changed
  • tools/tavily/runtime/src/main/java/io/quarkiverse/langchain4j/tavily/runtime

1 file changed

+2
-2
lines changed

tools/tavily/runtime/src/main/java/io/quarkiverse/langchain4j/tavily/runtime/TavilyConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)