Skip to content

Commit 2fddba2

Browse files
committed
rm telemetry files
1 parent 92fd936 commit 2fddba2

File tree

8 files changed

+4
-227
lines changed

8 files changed

+4
-227
lines changed

.changeset/lucky-socks-roll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'firebase': minor
44
---
55

6-
Add Code Execution feature.
6+
Added Code Execution feature.

docs-devsite/_toc.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,3 @@ toc:
682682
path: /docs/reference/js/storage.uploadtask.md
683683
- title: UploadTaskSnapshot
684684
path: /docs/reference/js/storage.uploadtasksnapshot.md
685-
- title: telemetry
686-
path: /docs/reference/js/telemetry.md
687-
section:
688-
- title: Telemetry
689-
path: /docs/reference/js/telemetry.telemetry.md

docs-devsite/ai.codeexecutionresult.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ export interface CodeExecutionResult
2222

2323
| Property | Type | Description |
2424
| --- | --- | --- |
25-
| [outcome](./ai.codeexecutionresult.md#codeexecutionresultoutcome) | [Outcome](./ai.md#outcome) | The result of the execution. |
25+
| [outcome](./ai.codeexecutionresult.md#codeexecutionresultoutcome) | [Outcome](./ai.md#outcome) | The result of the code execution. |
2626
| [output](./ai.codeexecutionresult.md#codeexecutionresultoutput) | string | The output from the code execution, or an error message if it failed. |
2727

2828
## CodeExecutionResult.outcome
2929

30-
The result of the execution.
30+
The result of the code execution.
3131

3232
<b>Signature:</b>
3333

docs-devsite/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ https://github.com/firebase/firebase-js-sdk
2828
| [@firebase/performance](./performance.md#performance_package) | The Firebase Performance Monitoring Web SDK. This SDK does not work in a Node.js environment. |
2929
| [@firebase/remote-config](./remote-config.md#remote-config_package) | The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environment. |
3030
| [@firebase/storage](./storage.md#storage_package) | Cloud Storage for Firebase |
31-
| [@firebase/telemetry](./telemetry.md#telemetry_package) | |
3231

docs-devsite/telemetry.instrumentation.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs-devsite/telemetry.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

docs-devsite/telemetry.telemetry.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

packages/ai/src/types/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export interface ExecutableCode {
215215
*/
216216
export interface CodeExecutionResult {
217217
/**
218-
* The result of the execution.
218+
* The result of the code execution.
219219
*/
220220
outcome?: Outcome;
221221
/**

0 commit comments

Comments
 (0)