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
Copy file name to clipboardExpand all lines: docs-devsite/vertexai-preview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The Vertex AI For Firebase Web SDK.
27
27
| --- | --- |
28
28
|[ChatSession](./vertexai-preview.chatsession.md#chatsession_class)| ChatSession class that enables sending chat messages and stores history of sent and received messages so far. |
29
29
|[GenerativeModel](./vertexai-preview.generativemodel.md#generativemodel_class)| Class for generative model APIs. |
30
-
|[VertexAIError](./vertexai-preview.vertexaierror.md#vertexaierror_class)| Error class for the Firebase VertexAI SDK. |
30
+
|[VertexAIError](./vertexai-preview.vertexaierror.md#vertexaierror_class)| Error class for the Vertex AI for Firebase SDK. |
31
31
32
32
## Enumerations
33
33
@@ -77,6 +77,7 @@ The Vertex AI For Firebase Web SDK.
77
77
|[GenerativeContentBlob](./vertexai-preview.generativecontentblob.md#generativecontentblob_interface)| Interface for sending an image. |
|[GroundingMetadata](./vertexai-preview.groundingmetadata.md#groundingmetadata_interface)| Metadata returned to client when grounding is enabled. |
80
+
|[HTTPErrorDetails](./vertexai-preview.httperrordetails.md#httperrordetails_interface)| Details object that contains data originating from a bad HTTP response. |
80
81
|[InlineDataPart](./vertexai-preview.inlinedatapart.md#inlinedatapart_interface)| Content part interface if the part represents an image. |
81
82
|[ModelParams](./vertexai-preview.modelparams.md#modelparams_interface)| Params passed to [getGenerativeModel()](./vertexai-preview.md#getgenerativemodel_e3037c9)<!---->. |
82
83
|[PromptFeedback](./vertexai-preview.promptfeedback.md#promptfeedback_interface)| If the prompt was blocked, this will be populated with <code>blockReason</code> and the relevant <code>safetyRatings</code>. |
0 commit comments