@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.
@@ -138,7 +138,7 @@ export interface FileDataPart {
138
138
  /**
139
139
  * Represents the code that is executed by the model.
140
140
  *
141
- * @public
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
- * @public
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
- * @public
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
- * @public
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
- * @public
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
- * @public
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
- * @public
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
- * @public
381
+ * @beta
382
382
  */
383
383
  export type Language = (typeof Language)[keyof typeof Language];
@@ -273,7 +273,7 @@ export interface GoogleSearchTool {
273
273
  /**
274
274
  * A tool that enables the model to use code execution.
275
275
  *
276
- * @public
276
+ * @beta
277
277
  */
278
278
  export interface CodeExecutionTool {
279
279
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/ai",
3
- "version": "2.3.0-canary.0ffcb26af",
3
+ "version": "2.3.0-canary.7a7634f79",
4
4
  "description": "The Firebase AI SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "engines": {
@@ -48,19 +48,19 @@
48
48
  "trusted-type-check": "tsec -p tsconfig.json --noEmit"
49
49
  },
50
50
  "peerDependencies": {
51
- "@firebase/app": "0.14.3-canary.0ffcb26af",
52
- "@firebase/app-types": "0.9.3-canary.0ffcb26af"
51
+ "@firebase/app": "0.14.3-canary.7a7634f79",
52
+ "@firebase/app-types": "0.9.3-canary.7a7634f79"
53
53
  },
54
54
  "dependencies": {
55
- "@firebase/app-check-interop-types": "0.3.3-canary.0ffcb26af",
56
- "@firebase/component": "0.7.0-canary.0ffcb26af",
57
- "@firebase/logger": "0.5.0-canary.0ffcb26af",
58
- "@firebase/util": "1.13.0-canary.0ffcb26af",
55
+ "@firebase/app-check-interop-types": "0.3.3-canary.7a7634f79",
56
+ "@firebase/component": "0.7.0-canary.7a7634f79",
57
+ "@firebase/logger": "0.5.0-canary.7a7634f79",
58
+ "@firebase/util": "1.13.0-canary.7a7634f79",
59
59
  "tslib": "^2.1.0"
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "devDependencies": {
63
- "@firebase/app": "0.14.3-canary.0ffcb26af",
63
+ "@firebase/app": "0.14.3-canary.7a7634f79",
64
64
  "@rollup/plugin-json": "6.1.0",
65
65
  "rollup": "2.79.2",
66
66
  "rollup-plugin-replace": "2.2.0",