File tree Expand file tree Collapse file tree
core/src/main/java/ai/z/openapi/service/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,15 @@ public class WebSearch {
4141 @ JsonProperty ("search_prompt" )
4242 private String searchPrompt ;
4343
44+ /**
45+ * Whether to perform search intent recognition. By default, search intent recognition
46+ * is performed. true: perform search intent recognition and perform search after
47+ * there is search intent; false: skip search intent recognition and perform search
48+ * directly
49+ */
50+ @ JsonProperty ("search_intent" )
51+ private String searchIntent ;
52+
4453 /**
4554 * Specify the search engine to use.
4655 */
Original file line number Diff line number Diff line change 4545 </scm >
4646
4747 <properties >
48- <revision >0.0.4.1 </revision >
48+ <revision >0.0.5 </revision >
4949 <java .version>8</java .version>
5050 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5151 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments