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
�[31m[LLM-Block] Anthropic API error: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'tools: Tool names must be unique.'}, 'request_id': 'req_011CSZ4DYHkHMoqygo6q3xyw'} �[0m
The issue here is that Anthropic doesn't allow multiple tools to have the same name, and we don't have this restriction. We should probably dynamically name the tools in a deterministic but non-conflicting manner to avoid this issue for users, as I thought this would work.
With the introduction of renaming blocks, we should check if the block has been renamed and use that metadata (front end shows where its stored) and build based on that.