@pipedream/openai 0.5.2 → 0.5.3

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.
@@ -6,7 +6,7 @@ export default {
6
6
  key: "openai-chat-with-assistant",
7
7
  name: "Chat with Assistant",
8
8
  description: "Sends a message and generates a response, storing the message history for a continuous conversation. [See the documentation](https://platform.openai.com/docs/api-reference/runs/createThreadAndRun)",
9
- version: "0.0.1",
9
+ version: "0.0.2",
10
10
  type: "action",
11
11
  props: {
12
12
  openai,
@@ -104,6 +104,12 @@ export default {
104
104
  instructions: this.instructions,
105
105
  tools: this.buildTools(),
106
106
  tool_resources: this.buildToolResources(),
107
+ additional_messages: [
108
+ {
109
+ role: "user",
110
+ content: this.message,
111
+ },
112
+ ],
107
113
  },
108
114
  });
109
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/openai",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Pipedream OpenAI Components",
5
5
  "main": "openai.app.mjs",
6
6
  "keywords": [