We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856b79d commit 2865869Copy full SHA for 2865869
components/dust/actions/talk-assistant/talk-assistant.mjs
@@ -16,10 +16,9 @@ export default {
16
],
17
},
18
content: {
19
- propDefinition: [
20
- dust,
21
- "content",
22
- ],
+ type: "string",
+ label: "Message Content",
+ description: "The content of the message to be sent to the assistant",
23
24
timezone: {
25
type: "string",
components/dust/dust.app.mjs
@@ -34,11 +34,6 @@ export default {
34
}));
35
36
37
- document: {
38
- type: "string",
39
- label: "Document",
40
- description: "The content of the document to be uploaded",
41
- },
42
43
methods: {
44
_baseUrl() {
0 commit comments