Skip to content

(EAI-514 & EAI-516): Increase default+implementation max input size to 3000 #494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

mongodben
Copy link
Collaborator

@mongodben mongodben commented Sep 4, 2024

Jira:

Changes

  • Increase server default max input size to 3000
  • Increase server implementation max input size to 3000
  • Increase frontend default max input size to 3000
  • Increase frontend implementation max input size to 3000

Notes

@@ -45,6 +45,7 @@ function App() {
onClose={() => {
console.log("Docs Chatbot closed");
}}
maxInputCharacters={3000}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine to set here, but let's also update DEFAULT_MAX_INPUT_CHARACTERS in Chatbot.tsx

@mongodben mongodben changed the title (EAI-514 & EAI-516): Up max input size on FE and server (EAI-514 & EAI-516): Increase default+implementation max input size to 3000 Sep 5, 2024
@mongodben mongodben requested a review from nlarew September 5, 2024 18:02
@mongodben mongodben merged commit 230d136 into main Sep 5, 2024
1 check passed
@mongodben mongodben deleted the EAI-514 branch September 5, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants