Andrew Heard 8a854c732b [Firebase AI] Add initial project structure (#14737) 11 månader sedan
..
ChatSnippets.swift 78c1c2f6ca [Vertex AI] Add text-only `generateContent` and Chat snippets (#13926) 1 år sedan
FirebaseAppSnippetsUtil.swift ea6f84e0b4 [Vertex AI] Use `GoogleService-Info.plist` in snippets tests (#13923) 1 år sedan
FunctionCallingSnippets.swift ea6f84e0b4 [Vertex AI] Use `GoogleService-Info.plist` in snippets tests (#13923) 1 år sedan
MultimodalSnippets.swift 6b48538ebc [Vertex AI] Add snippets for multi-modal audio and PDF inputs (#14750) 11 månader sedan
README.md ea6f84e0b4 [Vertex AI] Use `GoogleService-Info.plist` in snippets tests (#13923) 1 år sedan
StructuredOutputSnippets.swift ea6f84e0b4 [Vertex AI] Use `GoogleService-Info.plist` in snippets tests (#13923) 1 år sedan
TextSnippets.swift 78c1c2f6ca [Vertex AI] Add text-only `generateContent` and Chat snippets (#13926) 1 år sedan

README.md

Vertex AI in Firebase Code Snippet Tests

These "tests" are for verifying that the code snippets provided in our documentation continue to compile. They are intentionally skipped in CI but can be manually run to verify expected behavior / outputs.

To run the tests, place a valid GoogleService-Info.plist file in the FirebaseVertexAI/Tests/Unit/Resources folder. They may then be invoked individually or alongside the rest of the unit tests in Xcode.