Find a long term pattern for reuse between this implementation and the vertex AI SDK #111
Labels
component:dart sdk
Issue/PR related to Dart SDK
status:triaged
Issue/PR triaged to the corresponding sub-team
type:feature request
A request for a change that isn't a bug
There is a lot of overlap between the services, so initially the vertex AI SDK will depend on this package for most data types and the base model implementation. We'll start out with
lib/src/
imports from the vertex AI SDK and extra caution when making changes here. When we are getting ready to publish as a stable version we should move to a better long term approach, or add mechanical checks to the current approach. In my opinion we should choose between making the extension points part of the stable public API, or moving the base implementation to a shared dependency and using the same customization handles to implement the vertex and google AI SDKs, or moving both implementations into a single package.The text was updated successfully, but these errors were encountered: