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
fix(tools): fix perplexity & parallel ai tag dropdown inaccuracies (#2300)
* fix(tools): fix perplexity & parallel ai tag dropdown inaccuracies
* fixed stt, tts and added output conditions to conditionally display tag dropdown values based on other subblock values
* updated exa to match latest API
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/exa.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ Search the web using Exa AI. Returns relevant search results with titles, URLs,
49
49
|`type`| string | No | Search type: neural, keyword, auto or fast \(default: auto\)|
50
50
|`includeDomains`| string | No | Comma-separated list of domains to include in results |
51
51
|`excludeDomains`| string | No | Comma-separated list of domains to exclude from results |
52
-
|`category`| string | No | Filter by category: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site|
52
+
|`category`| string | No | Filter by category: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report|
53
53
|`text`| boolean | No | Include full text content in results \(default: false\)|
54
54
|`highlights`| boolean | No | Include highlighted snippets in results \(default: false\)|
55
55
|`summary`| boolean | No | Include AI-generated summaries in results \(default: false\)|
56
-
|`livecrawl`| string | No | Live crawling mode: always, fallback, or never\(default: never\)|
56
+
|`livecrawl`| string | No | Live crawling mode: never \(default\), fallback, always, or preferred\(always try livecrawl, fall back to cache if fails\)|
57
57
|`apiKey`| string | Yes | Exa AI API Key |
58
58
59
59
#### Output
@@ -76,7 +76,7 @@ Retrieve the contents of webpages using Exa AI. Returns the title, text content,
76
76
|`subpages`| number | No | Number of subpages to crawl from the provided URLs |
77
77
|`subpageTarget`| string | No | Comma-separated keywords to target specific subpages \(e.g., "docs,tutorial,about"\)|
78
78
|`highlights`| boolean | No | Include highlighted snippets in results \(default: false\)|
79
-
|`livecrawl`| string | No | Live crawling mode: always, fallback, or never\(default: never\)|
79
+
|`livecrawl`| string | No | Live crawling mode: never \(default\), fallback, always, or preferred\(always try livecrawl, fall back to cache if fails\)|
80
80
|`apiKey`| string | Yes | Exa AI API Key |
81
81
82
82
#### Output
@@ -99,10 +99,9 @@ Find webpages similar to a given URL using Exa AI. Returns a list of similar lin
99
99
|`includeDomains`| string | No | Comma-separated list of domains to include in results |
100
100
|`excludeDomains`| string | No | Comma-separated list of domains to exclude from results |
101
101
|`excludeSourceDomain`| boolean | No | Exclude the source domain from results \(default: false\)|
102
-
|`category`| string | No | Filter by category: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
103
102
|`highlights`| boolean | No | Include highlighted snippets in results \(default: false\)|
104
103
|`summary`| boolean | No | Include AI-generated summaries in results \(default: false\)|
105
-
|`livecrawl`| string | No | Live crawling mode: always, fallback, or never\(default: never\)|
104
+
|`livecrawl`| string | No | Live crawling mode: never \(default\), fallback, always, or preferred\(always try livecrawl, fall back to cache if fails\)|
0 commit comments