Skip to content

Commit f914266

Browse files
committed
fix docs
1 parent a6c0c32 commit f914266

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

common/api-review/ai.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ export const LiveResponseType: {
953953
TOOL_CALL_CANCELLATION: string;
954954
};
955955

956-
// @beta
956+
// @public (undocumented)
957957
export type LiveResponseType = (typeof LiveResponseType)[keyof typeof LiveResponseType];
958958

959959
// @beta

docs-devsite/ai.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The Firebase AI Web SDK.
188188
| [LanguageModelMessageContentValue](./ai.md#languagemodelmessagecontentvalue) | <b><i>(Public Preview)</i></b> Content formats that can be provided as on-device message content. |
189189
| [LanguageModelMessageRole](./ai.md#languagemodelmessagerole) | <b><i>(Public Preview)</i></b> Allowable roles for on-device language model usage. |
190190
| [LanguageModelMessageType](./ai.md#languagemodelmessagetype) | <b><i>(Public Preview)</i></b> Allowable types for on-device language model messages. |
191-
| [LiveResponseType](./ai.md#liveresponsetype) | <b><i>(Public Preview)</i></b> The types of responses that can be returned by [LiveSession.receive()](./ai.livesession.md#livesessionreceive)<!-- -->. This is a property on all messages that can be used for type narrowing. This property is not returned by the server, it is assigned to a server message object once it's parsed. |
191+
| [LiveResponseType](./ai.md#liveresponsetype) | |
192192
| [Modality](./ai.md#modality) | |
193193
| [Outcome](./ai.md#outcome) | Represents the result of the code execution. |
194194
| [Part](./ai.md#part) | Content part - includes text, image/video, or function call/response part types. |
@@ -947,11 +947,6 @@ export type LanguageModelMessageType = 'text' | 'image' | 'audio';
947947

948948
## LiveResponseType
949949

950-
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
951-
>
952-
953-
The types of responses that can be returned by [LiveSession.receive()](./ai.livesession.md#livesessionreceive)<!-- -->. This is a property on all messages that can be used for type narrowing. This property is not returned by the server, it is assigned to a server message object once it's parsed.
954-
955950
<b>Signature:</b>
956951

957952
```typescript

0 commit comments

Comments
 (0)