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
description: "Search and retrieve insights using the Linkup API. [See the documentation](https://docs.linkup.so/pages/api-reference/endpoint/post-search)",
6
+
key: "linkup-search",
7
+
version: "0.1.1",
8
+
type: "action",
9
+
props: {
10
+
app,
11
+
query: {
12
+
type: "string",
13
+
label: "Query",
14
+
description: "The search query for Linkup.",
15
+
},
16
+
depth: {
17
+
type: "string",
18
+
label: "Search Depth",
19
+
description: "Defines the precision of the search. `standard` returns results quickly; `deep` takes longer but yields more complete results.",
0 commit comments