+
${message.html}
+ ${message.citations.length > 0
+ ? html`
+
+
+ ${this.options.strings.citationsTitle}
+
+ ${map(message.citations, this.renderCitation)}
+
+ `
+ : nothing}
+
+ ${message.role === "user"
+ ? this.options.strings.user
+ : this.options.strings.assistant}
+