diff --git a/DalleInteraction.js b/DalleInteraction.js index 4732960..09cdf45 100644 --- a/DalleInteraction.js +++ b/DalleInteraction.js @@ -4,6 +4,7 @@ class DalleInteraction extends Interaction { constructor(prompt, response, url) { super(prompt, response); this.url = url; + this.Dalle = true; } show() { @@ -17,4 +18,4 @@ class DalleInteraction extends Interaction { return "DalleInteraction"; } } -export default DalleInteraction; \ No newline at end of file +export default DalleInteraction;