@firebase/ai 2.3.0-canary.0ffcb26af → 2.3.0-canary.7a7634f79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai-public.d.ts +9 -9
- package/dist/ai.d.ts +9 -9
- package/dist/esm/index.esm.js +3 -3
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/esm/src/types/content.d.ts +4 -4
- package/dist/esm/src/types/enums.d.ts +4 -4
- package/dist/esm/src/types/requests.d.ts +1 -1
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.node.cjs.js +3 -3
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +3 -3
- package/dist/index.node.mjs.map +1 -1
- package/dist/src/types/content.d.ts +4 -4
- package/dist/src/types/enums.d.ts +4 -4
- package/dist/src/types/requests.d.ts +1 -1
- package/package.json +8 -8
|
@@ -138,7 +138,7 @@ export interface FileDataPart {
|
|
|
138
138
|
/**
|
|
139
139
|
* Represents the code that is executed by the model.
|
|
140
140
|
*
|
|
141
|
-
* @
|
|
141
|
+
* @beta
|
|
142
142
|
*/
|
|
143
143
|
export interface ExecutableCodePart {
|
|
144
144
|
text?: never;
|
|
@@ -157,7 +157,7 @@ export interface ExecutableCodePart {
|
|
|
157
157
|
/**
|
|
158
158
|
* Represents the code execution result from the model.
|
|
159
159
|
*
|
|
160
|
-
* @
|
|
160
|
+
* @beta
|
|
161
161
|
*/
|
|
162
162
|
export interface CodeExecutionResultPart {
|
|
163
163
|
text?: never;
|
|
@@ -176,7 +176,7 @@ export interface CodeExecutionResultPart {
|
|
|
176
176
|
/**
|
|
177
177
|
* An interface for executable code returned by the model.
|
|
178
178
|
*
|
|
179
|
-
* @
|
|
179
|
+
* @beta
|
|
180
180
|
*/
|
|
181
181
|
export interface ExecutableCode {
|
|
182
182
|
/**
|
|
@@ -191,7 +191,7 @@ export interface ExecutableCode {
|
|
|
191
191
|
/**
|
|
192
192
|
* The results of code execution run by the model.
|
|
193
193
|
*
|
|
194
|
-
* @
|
|
194
|
+
* @beta
|
|
195
195
|
*/
|
|
196
196
|
export interface CodeExecutionResult {
|
|
197
197
|
/**
|
|
@@ -352,7 +352,7 @@ export type InferenceMode = (typeof InferenceMode)[keyof typeof InferenceMode];
|
|
|
352
352
|
/**
|
|
353
353
|
* Represents the result of the code execution.
|
|
354
354
|
*
|
|
355
|
-
* @
|
|
355
|
+
* @beta
|
|
356
356
|
*/
|
|
357
357
|
export declare const Outcome: {
|
|
358
358
|
UNSPECIFIED: string;
|
|
@@ -363,13 +363,13 @@ export declare const Outcome: {
|
|
|
363
363
|
/**
|
|
364
364
|
* Represents the result of the code execution.
|
|
365
365
|
*
|
|
366
|
-
* @
|
|
366
|
+
* @beta
|
|
367
367
|
*/
|
|
368
368
|
export type Outcome = (typeof Outcome)[keyof typeof Outcome];
|
|
369
369
|
/**
|
|
370
370
|
* The programming language of the code.
|
|
371
371
|
*
|
|
372
|
-
* @
|
|
372
|
+
* @beta
|
|
373
373
|
*/
|
|
374
374
|
export declare const Language: {
|
|
375
375
|
UNSPECIFIED: string;
|
|
@@ -378,6 +378,6 @@ export declare const Language: {
|
|
|
378
378
|
/**
|
|
379
379
|
* The programming language of the code.
|
|
380
380
|
*
|
|
381
|
-
* @
|
|
381
|
+
* @beta
|
|
382
382
|
*/
|
|
383
383
|
export type Language = (typeof Language)[keyof typeof Language];
|
package/dist/index.cjs.js
CHANGED
|
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
|
|
|
8
8
|
var logger$1 = require('@firebase/logger');
|
|
9
9
|
|
|
10
10
|
var name = "@firebase/ai";
|
|
11
|
-
var version = "2.3.0-canary.
|
|
11
|
+
var version = "2.3.0-canary.7a7634f79";
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* @license
|
|
@@ -386,7 +386,7 @@ const InferenceMode = {
|
|
|
386
386
|
/**
|
|
387
387
|
* Represents the result of the code execution.
|
|
388
388
|
*
|
|
389
|
-
* @
|
|
389
|
+
* @beta
|
|
390
390
|
*/
|
|
391
391
|
const Outcome = {
|
|
392
392
|
UNSPECIFIED: 'OUTCOME_UNSPECIFIED',
|
|
@@ -397,7 +397,7 @@ const Outcome = {
|
|
|
397
397
|
/**
|
|
398
398
|
* The programming language of the code.
|
|
399
399
|
*
|
|
400
|
-
* @
|
|
400
|
+
* @beta
|
|
401
401
|
*/
|
|
402
402
|
const Language = {
|
|
403
403
|
UNSPECIFIED: 'LANGUAGE_UNSPECIFIED',
|