You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Represents the configuration object for the Google AI backend.
70
-
* Use this with <code>{@link GenAIOptions}</code> when initializing the service with
70
+
* Use this with <code>{@link GenAIOptions}</code> when initializing the service with
71
71
* <code>{@link getGenAI | getGenAI()}</code>.
72
72
* Create an instance using <code>{@link googleAIBackend | googleAIBackend()}</code>.
73
-
*
73
+
*
74
74
* @public
75
75
*/
76
76
exporttypeGoogleAIBackend={
@@ -80,22 +80,21 @@ export type GoogleAIBackend = {
80
80
backendType: typeofBackendType.GOOGLE_AI;
81
81
};
82
82
83
-
84
83
/**
85
84
* Represents the configuration object for the Vertex AI backend.
86
85
* Use this with <code>{@link GenAIOptions}</code> when initializing the server with
87
86
* <code>{@link getGenAI}</code>.
88
87
* Create an instance using the <code>{@link vertexAIBackend}</code> function.
89
-
*
88
+
*
90
89
* @public
91
90
*/
92
91
exporttypeVertexAIBackend={
93
92
/**
94
93
* Specifies the backend type as Vertex AI.
95
94
*/
96
95
backendType: typeofBackendType.VERTEX_AI;
97
-
/**
98
-
* The region identifier, defaulting to `us-central1`; see {@link https://firebase.google.com/docs/vertex-ai/locations?platform=ios#available-locations | Vertex AI locations}
96
+
/**
97
+
* The region identifier, defaulting to `us-central1`; see {@link https://firebase.google.com/docs/vertex-ai/locations?platform=ios#available-locations | Vertex AI locations}
0 commit comments