mirror of
https://github.com/apache/superset.git
synced 2026-07-13 02:05:34 +00:00
When execute_sql responses exceed the token limit, the error message now suggests both adding a SQL LIMIT clause and using the tool's limit parameter. Previously only the SQL LIMIT was mentioned, and the general "add a limit" suggestion was skipped for execute_sql entirely.