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
fix: deduplicate Arraylake snippets and skip failed tool calls
Snippets for retrieve_era5_data are now:
- Filtered by checking ToolMessage for error keywords (limit, failed, etc.)
- Deduplicated by (variable_id, region) key — one snippet per unique combo
- This prevents 4+ Arraylake buttons when agent retries or year-splits
0 commit comments