https://github.com/firebaseextended/vertexai-sdk-test-data
https://github.com/firebaseextended/vertexai-sdk-test-data
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firebaseextended/vertexai-sdk-test-data
- Owner: FirebaseExtended
- License: apache-2.0
- Created: 2024-06-19T00:14:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T22:47:12.000Z (10 months ago)
- Last Synced: 2025-06-19T22:16:37.687Z (10 months ago)
- Language: Python
- Size: 171 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Vertex AI SDK Test Data
The Vertex AI SDK Test Data includes mock responses from Gemini models for use
in unit testing of the Vertex AI for Firebase SDKs.
## Usage
The mock responses are currently being used to test the Vertex AI for Firebase
SDKs in the following repositories:
- [firebase-android-sdk](https://github.com/firebase/firebase-android-sdk/)
- [firebase-ios-sdk](https://github.com/firebase/firebase-ios-sdk/)
- [firebase-js-sdk](https://github.com/firebase/firebase-js-sdk/)
## Versioning
All commits affecting the [mock-responses](mock-responses) directory will be
tagged by GitHub Actions with version numbers of the format `v.`
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.