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
"Retrieve AI Agents (templates) that match the specified criteria. [See the documentation](https://tess.pareto.io/api/swagger#/default/201046139d07458d530ad3526e0b3c2f)",
8
+
version: "0.0.1",
9
+
type: "action",
10
+
props: {
11
+
app,
12
+
query: {
13
+
type: "string",
14
+
label: "Search Query",
15
+
description:
16
+
"Search agents (templates) by title, description and long description.",
17
+
},
18
+
type: {
19
+
type: "string",
20
+
label: "Type Filter",
21
+
description: "Filter by template type",
22
+
optional: true,
23
+
},
24
+
maxResults: {
25
+
type: "integer",
26
+
label: "Max Results",
27
+
description: "The maximum number of results to return",
0 commit comments