Hey! I can help with that 🙂 What’s happening is m...
# general-english
f
Hey! I can help with that 🙂 What’s happening is most agents are designed to return a single response per turn, so they don’t naturally split messages unless you explicitly structure it. A simple fix is to break your long text into parts in your prompt or workflow (e.g., Part 1 / Part 2) and have the agent send them sequentially using multiple responses or steps (depending on your platform). Quick question: what platform or agent setup are you using (e.g., OpenAI Assistants, LangChain, Botpress, etc.)?