mirror of
https://github.com/apache/superset.git
synced 2026-09-05 15:01:44 +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.