@pipedream/openai 0.9.0 → 0.9.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,7 +5,7 @@ import constants from "../../common/constants.mjs";
5
5
  export default {
6
6
  ...common,
7
7
  name: "Chat using File Search",
8
- version: "0.0.1",
8
+ version: "0.0.2",
9
9
  key: "openai-chat-using-file-search",
10
10
  description: "Chat with your files knowledge base (vector stores). [See the documentation](https://platform.openai.com/docs/guides/tools-file-search)",
11
11
  type: "action",
@@ -32,7 +32,7 @@ export default {
32
32
  input: {
33
33
  type: "string",
34
34
  label: "Chat Input",
35
- description: "Text, image, or file inputs to the model, used to generate a response",
35
+ description: "Text inputs to the model used to generate a response",
36
36
  },
37
37
  instructions: {
38
38
  type: "string",
@@ -5,7 +5,7 @@ import constants from "../../common/constants.mjs";
5
5
  export default {
6
6
  ...common,
7
7
  name: "Chat using Functions",
8
- version: "0.0.1",
8
+ version: "0.0.2",
9
9
  key: "openai-chat-using-functions",
10
10
  description: "Chat with your models and allow them to invoke functions. Optionally, you can build and invoke workflows as functions. [See the documentation](https://platform.openai.com/docs/guides/function-calling)",
11
11
  type: "action",
@@ -25,7 +25,7 @@ export default {
25
25
  input: {
26
26
  type: "string",
27
27
  label: "Chat Input",
28
- description: "Text, image, or file inputs to the model, used to generate a response",
28
+ description: "Text inputs to the model used to generate a response",
29
29
  },
30
30
  functions: {
31
31
  type: "string",
@@ -5,7 +5,7 @@ import constants from "../../common/constants.mjs";
5
5
  export default {
6
6
  ...common,
7
7
  name: "Chat using Web Search",
8
- version: "0.0.1",
8
+ version: "0.0.2",
9
9
  key: "openai-chat-using-web-search",
10
10
  description: "Chat using the web search tool. [See the documentation](https://platform.openai.com/docs/guides/tools-web-search)",
11
11
  type: "action",
@@ -24,7 +24,7 @@ export default {
24
24
  input: {
25
25
  type: "string",
26
26
  label: "Chat Input",
27
- description: "Text, image, or file inputs to the model, used to generate a response",
27
+ description: "Text inputs to the model used to generate a response",
28
28
  },
29
29
  instructions: {
30
30
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/openai",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Pipedream OpenAI Components",
5
5
  "main": "openai.app.mjs",
6
6
  "keywords": [