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
feat(anthropic): add support for Genkit v2 streaming API
- Update streaming callback interface to use v2 API format with streamingRequested, sendChunk, and abortSignal
- Add apiVersion: 'v2' to model definition for compatibility
- Pass AbortSignal to Anthropic SDK client calls for proper request cancellation
- Update tests to reflect the new API changes
- Fix code indentation for better consistency
BREAKING CHANGE: This updates the plugin to work with Genkit v2 API which changes the streaming callback interface
0 commit comments