You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execute_ppl_query tool shows 200 OK status even when the PPL query fails with validation or syntax errors. This creates a misleading success indication in the UI while the query actually failed.
Expected behavior
The API should return an appropriate error status code and feed the information about query failures by passing as context (opened separately #10615 )
Actual behavior
UI shows "Invalid Query" error state
Assistant shows tool execution as "completed" despite failure