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
refactor: remove deprecated method from ProviderService
Remove deprecated method from the ProviderService trait and all its implementations.
The method was marked as deprecated because tool support is now determined by the field
in the Agent struct instead of querying the provider.
This change includes:
- Removing the method from the trait definition in forge_domain
- Removing implementations in OpenRouter, Anthropic, Client, and ForgeProviderService
- Cleaning up related code (imports, cache field, unused helper methods)
Related issue: #123 (placeholder issue number)
0 commit comments