@pipedream/tomba 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,8 +5,9 @@ export default {
|
|
|
5
5
|
name: "Search Companies",
|
|
6
6
|
description:
|
|
7
7
|
"Search for companies using natural language queries or structured filters. The AI assistant will automatically generate appropriate filters from your query. [See the documentation](https://docs.tomba.io/api/reveal#search-companies)",
|
|
8
|
-
version: "0.0.
|
|
8
|
+
version: "0.0.2",
|
|
9
9
|
type: "action",
|
|
10
|
+
ai: "optimized",
|
|
10
11
|
annotations: {
|
|
11
12
|
destructiveHint: false,
|
|
12
13
|
openWorldHint: true,
|
package/package.json
CHANGED