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 9a383a3 commit 7222e34Copy full SHA for 7222e34
src/components/ChattyLLM/ChattyLLMInputForm.vue
@@ -125,6 +125,9 @@
125
class="session-area__agency-confirmation"
126
@confirm="onAgencyAnswer(true)"
127
@reject="onAgencyAnswer(false)" />
128
+ <p class="session-area__disclaimer">
129
+ This output was generated by AI. Make sure to double-check and adjust.
130
+ </p>
131
<InputArea ref="inputComponent"
132
v-model:chat-content="chatContent"
133
class="session-area__input-area"
@@ -1002,6 +1005,12 @@ export default {
1002
1005
padding-left: 1em;
1003
1006
}
1004
1007
1008
+ &__disclaimer {
1009
+ align-self: center;
1010
+ color: var(--color-text-lighter);
1011
+ margin: 0.5em 0;
1012
+ }
1013
+
1014
&__agency-confirmation {
1015
margin-left: 1em;
1016
0 commit comments