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
'RN Firebase schema-builder does not currently expose the `anyOf` helper class, so union-schema composition is not part of the public RN AI API.',
108
108
},
109
+
{
110
+
name: 'ContextWindowCompressionConfig',
111
+
reason:
112
+
'RN Firebase live sessions do not currently expose JS SDK context-window compression controls.',
113
+
},
114
+
{
115
+
name: 'GoogleMaps',
116
+
reason:
117
+
'Google Maps grounding/tool support is not currently part of the public RN Firebase AI API.',
118
+
},
119
+
{
120
+
name: 'GoogleMapsGroundingChunk',
121
+
reason:
122
+
'RN Firebase grounding metadata currently exposes web grounding chunks only and does not surface Google Maps grounding chunks.',
123
+
},
124
+
{
125
+
name: 'GoogleMapsTool',
126
+
reason:
127
+
'RN Firebase tools do not currently expose the JS SDK Google Maps grounding tool.',
128
+
},
129
+
{
130
+
name: 'ImageConfig',
131
+
reason:
132
+
'RN Firebase generation config does not currently expose the JS SDK image generation configuration surface.',
133
+
},
134
+
{
135
+
name: 'ImageConfigAspectRatio',
136
+
reason:
137
+
'RN Firebase does not currently expose JS SDK image generation aspect-ratio presets in the public AI types.',
138
+
},
139
+
{
140
+
name: 'ImageConfigImageSize',
141
+
reason:
142
+
'RN Firebase does not currently expose JS SDK image generation size presets in the public AI types.',
143
+
},
144
+
{
145
+
name: 'LatLng',
146
+
reason:
147
+
'Coordinate typing is only used by the JS SDK Google Maps grounding surface, which RN Firebase does not currently expose.',
148
+
},
109
149
{
110
150
name: 'LiveServerGoingAwayNotice',
111
151
reason:
112
152
'RN Firebase live sessions do not currently surface the server `goingAwayNotice` message type in the public API.',
113
153
},
154
+
{
155
+
name: 'LiveSessionResumptionUpdate',
156
+
reason:
157
+
'RN Firebase live sessions do not currently surface JS SDK session-resumption update messages in the public API.',
158
+
},
114
159
{
115
160
name: 'ObjectSchemaRequest',
116
161
reason:
117
162
'RN Firebase exposes `ObjectSchemaInterface` for schema helper typing, but does not separately export the raw request-shape `ObjectSchemaRequest` type.',
118
163
},
164
+
{
165
+
name: 'RetrievalConfig',
166
+
reason:
167
+
'RN Firebase tool configuration does not currently expose the JS SDK retrieval configuration surface.',
168
+
},
169
+
{
170
+
name: 'SessionResumptionConfig',
171
+
reason:
172
+
'RN Firebase live model connection APIs do not currently expose JS SDK session-resumption configuration.',
173
+
},
119
174
{
120
175
name: 'SingleRequestOptions',
121
176
reason:
122
177
'RN Firebase does not currently expose per-call request overrides such as `AbortSignal`; requests are configured via model-level `RequestOptions` only.',
123
178
},
179
+
{
180
+
name: 'SlidingWindow',
181
+
reason:
182
+
'Sliding-window compression is part of the JS SDK context-window compression surface, which RN Firebase does not currently expose.',
'RN Firebase does not expose `inferenceSource` because hybrid on-device / in-cloud inference is a browser-only feature.',
197
262
},
263
+
{
264
+
name: 'FinishReason',
265
+
reason:
266
+
'RN Firebase currently exposes the earlier finish-reason enum subset and does not surface the newer JS SDK image, language, tool-call, thought-signature, and malformed-response finish reasons.',
'RN Firebase Imagen model requests do not currently accept per-call `SingleRequestOptions`, so request overrides are limited to model-level `RequestOptions`.',
242
322
},
323
+
{
324
+
name: 'LiveGenerationConfig',
325
+
reason:
326
+
'RN Firebase live generation config does not currently expose JS SDK context-window compression settings.',
327
+
},
328
+
{
329
+
name: 'LiveGenerativeModel',
330
+
reason:
331
+
'RN Firebase live model connections do not currently accept JS SDK session-resumption configuration.',
0 commit comments