Skip to content

Commit 2865869

Browse files
committed
some adjusts
1 parent 856b79d commit 2865869

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

components/dust/actions/talk-assistant/talk-assistant.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ export default {
1616
],
1717
},
1818
content: {
19-
propDefinition: [
20-
dust,
21-
"content",
22-
],
19+
type: "string",
20+
label: "Message Content",
21+
description: "The content of the message to be sent to the assistant",
2322
},
2423
timezone: {
2524
type: "string",

components/dust/dust.app.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ export default {
3434
}));
3535
},
3636
},
37-
document: {
38-
type: "string",
39-
label: "Document",
40-
description: "The content of the document to be uploaded",
41-
},
4237
},
4338
methods: {
4439
_baseUrl() {

0 commit comments

Comments
 (0)