From ce901d5fcf27f92b8f0e70b09fd43357d1241db4 Mon Sep 17 00:00:00 2001 From: Daniel777y <40680511+Daniel777y@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:52:40 -0800 Subject: [PATCH] Update DalleInteraction.js --- DalleInteraction.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;