Notifications
Clear all
Topic starter
14/07/2026 7:52 pm
Been using Le Chat for some Python unit test generation. Noticed it starts ignoring the second half of my longer prompts. No error, just stops reading.
Example: I paste a function plus a specific request for pytest fixtures. The response only addresses the first few lines of my code. Tried trimming whitespace, same issue.
Is there a documented input limit shorter than the UI suggests? Hitting this constantly when pasting >30 lines of code. 🤨
```python
# This is the kind of thing I'm sending. The comment about mocking boto3 gets ignored.
def process_data(bucket, key):
# ... imagine 25 lines of code here ...
pass
# Please generate tests using pytest-mock for the s3 interactions.
```