We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc245ad commit cf2aee6Copy full SHA for cf2aee6
client/src/plus/ai-help/index.tsx
@@ -161,6 +161,7 @@ function AIHelpUserQuestion({
161
>
162
<ExpandingTextarea
163
ref={inputRef}
164
+ maxLength={25_000}
165
enterKeyHint="send"
166
onKeyDown={(event) => {
167
if (event.key === "Enter" && !event.shiftKey) {
@@ -799,6 +800,7 @@ export function AIHelpInner() {
799
800
801
802
803
804
autoFocus={true}
805
disabled={isLoading || isResponding}
806
0 commit comments