Skip to content

Commit 9395d85

Browse files
committed
Fix instances comment
1 parent 848c4bc commit 9395d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseVertexAI/Sources/VertexAI.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ public class VertexAI {
117117

118118
private let auth: AuthInterop?
119119

120-
/// A map of active `VertexAI` instances for `app`, keyed by model resource names
121-
/// (e.g., "projects/my-project-id/locations/us-central1/publishers/google/models/gemini-pro").
120+
/// A map of active `VertexAI` instances keyed by the `FirebaseApp` name and the `location`, in
121+
/// the format `appName:location`.
122122
private static var instances: [String: VertexAI] = [:]
123123

124124
/// Lock to manage access to the `instances` array to avoid race conditions.

0 commit comments

Comments
 (0)