AdieLaine / multi-agent-reasoning

The Multi-Agent Reasoning framework creates an interactive chatbot where AI agents collaborate via structured reasoning and Swarm Integration for optimal answers. Simulating a team that discusses, debates, and refines responses, it enables complex problem-solving and precise results. Now with Prompt Caching to reduce latency and costs.
MIT License
134 stars 23 forks source link

Input Field Character Limit Restriction #1

Closed alexmanner closed 1 month ago

alexmanner commented 1 month ago

Issue Description:

When using the app, the input field for prompts is capped at approximately 866 characters. This limitation occurs before pressing enter, meaning any text longer than 866 characters gets cut off. This hinders the ability to provide more extensive context for prompts.

Steps to Reproduce:

Start the app.
Attempt to input a prompt longer than 866 characters.
Observe that the input is truncated after 866 characters.

Expected Behavior: The input field should allow for longer text, ideally without an arbitrary character limit, or be configured to handle multi-line inputs for longer prompts.

Environment:

Python version: 3.11.10
Operating system: MacOS
Terminal/Console: MacOS Terminal
AdieLaine commented 1 month ago

Thank you for bringing this issue update.

Issue Summary:

Cause Analysis: