Skip to content

Commit a62828e

Browse files
add alert for chat actions
1 parent e164d5b commit a62828e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

components/openai/actions/chat-with-assistant/chat-with-assistant.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ export default {
1010
type: "action",
1111
props: {
1212
openai,
13+
alert: {
14+
type: "alert",
15+
alertType: "info",
16+
content: "Looking to chat with your tools? Check out our individual actions: [Chat using Web Search](https://pipedream.com/apps/openai/actions/chat-using-web-search), [Chat using File Search](https://pipedream.com/apps/openai/actions/chat-using-file-search), and [Chat using Functions](https://pipedream.com/apps/openai/actions/chat-using-functions).",
17+
},
1318
message: {
1419
type: "string",
1520
label: "Message",

components/openai/actions/chat/chat.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export default {
1212
type: "action",
1313
props: {
1414
openai,
15+
alert: {
16+
type: "alert",
17+
alertType: "info",
18+
content: "Looking to chat with your tools? Check out our individual actions: [Chat using Web Search](https://pipedream.com/apps/openai/actions/chat-using-web-search), [Chat using File Search](https://pipedream.com/apps/openai/actions/chat-using-file-search), and [Chat using Functions](https://pipedream.com/apps/openai/actions/chat-using-functions).",
19+
},
1520
modelId: {
1621
propDefinition: [
1722
openai,

0 commit comments

Comments
 (0)