An open API service indexing awesome lists of open source software.

https://github.com/firebaseextended/vertexai-sdk-test-data


https://github.com/firebaseextended/vertexai-sdk-test-data

Last synced: 9 months ago
JSON representation

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.