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 1eefe9c commit 1f6ee95Copy full SHA for 1f6ee95
src/frontend/wwwroot/task/task.js
@@ -536,6 +536,12 @@
536
${markdownConverter.makeHtml(
537
message.content
538
)} ${approveAllStagesButton}
539
+ ${message.source !== "Planner_Agent" && message.source !== "Group_Chat_Manager" ? `
540
+ <div class="is-size-7 has-text-weight-medium has-text-grey-light is-flex" style="font-style: italic;">
541
+ Disclaimer: Example function stub - not implemented
542
+ </div>
543
+ ` : ''}
544
+
545
</div>
546
547
0 commit comments