The Vertex AI SDK Test Data includes mock responses from Gemini models for use in unit testing of the Vertex AI for Firebase SDKs.
The mock responses are currently being used to test the Vertex AI for Firebase SDKs in the following repositories:
All commits affecting the mock-responses directory will be
tagged by GitHub Actions with version numbers of the format v<MAJOR>.<MINOR>
following these guidelines:
- Changes to existing mock response files require a major version bump.
- Introduction of new mock response files require a minor version bump.
- There is no patch version component.