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
Address review comments on tool conflict resolution
- Add nil check in tool_adapter.go to prevent panic when tool not found in originalToolsByName map
- Add comment explaining O(n²) complexity is acceptable for small tool lists
- Improve warning message when priority strategy drops tools from backends not in priority list
- Show which backends were involved when dropping conflicting tools
Co-authored-by: Juan Antonio Osorio <JAORMX@users.noreply.github.com>
0 commit comments