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
// Warning: (ae-incompatible-release-tags) The symbol "Tool" is marked as @public, but its signature references "CodeExecutionTool" which is marked as @beta
1518
-
// Warning: (ae-incompatible-release-tags) The symbol "Tool" is marked as @public, but its signature references "URLContextTool" which is marked as @beta
Copy file name to clipboardExpand all lines: docs-devsite/ai.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The Firebase AI Web SDK.
68
68
|[CitationMetadata](./ai.citationmetadata.md#citationmetadata_interface)| Citation metadata that may be found on a [GenerateContentCandidate](./ai.generatecontentcandidate.md#generatecontentcandidate_interface)<!---->. |
69
69
|[CodeExecutionResult](./ai.codeexecutionresult.md#codeexecutionresult_interface)| The results of code execution run by the model. |
70
70
|[CodeExecutionResultPart](./ai.codeexecutionresultpart.md#codeexecutionresultpart_interface)| Represents the code execution result from the model. |
71
-
|[CodeExecutionTool](./ai.codeexecutiontool.md#codeexecutiontool_interface)|<b><i>(Public Preview)</i></b> A tool that enables the model to use code execution. |
71
+
|[CodeExecutionTool](./ai.codeexecutiontool.md#codeexecutiontool_interface)| A tool that enables the model to use code execution. |
72
72
|[Content](./ai.content.md#content_interface)| Content type for both prompts and response candidates. |
73
73
|[CountTokensRequest](./ai.counttokensrequest.md#counttokensrequest_interface)| Params for calling [GenerativeModel.countTokens()](./ai.generativemodel.md#generativemodelcounttokens)|
74
74
|[CountTokensResponse](./ai.counttokensresponse.md#counttokensresponse_interface)| Response from calling [GenerativeModel.countTokens()](./ai.generativemodel.md#generativemodelcounttokens)<!---->. |
@@ -147,9 +147,9 @@ The Firebase AI Web SDK.
147
147
|[ThinkingConfig](./ai.thinkingconfig.md#thinkingconfig_interface)| Configuration for "thinking" behavior of compatible Gemini models.<!---->Certain models utilize a thinking process before generating a response. This allows them to reason through complex problems and plan a more coherent and accurate answer. |
148
148
|[ToolConfig](./ai.toolconfig.md#toolconfig_interface)| Tool config. This config is shared for all tools provided in the request. |
149
149
|[Transcription](./ai.transcription.md#transcription_interface)| <b><i>(Public Preview)</i></b> Transcription of audio. This can be returned from a [LiveGenerativeModel](./ai.livegenerativemodel.md#livegenerativemodel_class) if transcription is enabled with the <code>inputAudioTranscription</code> or <code>outputAudioTranscription</code> properties on the [LiveGenerationConfig](./ai.livegenerationconfig.md#livegenerationconfig_interface)<!---->. |
150
-
|[URLContext](./ai.urlcontext.md#urlcontext_interface)|<b><i>(Public Preview)</i></b> Specifies the URL Context configuration. |
150
+
|[URLContext](./ai.urlcontext.md#urlcontext_interface)| Specifies the URL Context configuration. |
151
151
|[URLContextMetadata](./ai.urlcontextmetadata.md#urlcontextmetadata_interface)| Metadata related to [URLContextTool](./ai.urlcontexttool.md#urlcontexttool_interface)<!---->. |
152
-
|[URLContextTool](./ai.urlcontexttool.md#urlcontexttool_interface)|<b><i>(Public Preview)</i></b> A tool that allows you to provide additional context to the models in the form of public web URLs. By including URLs in your request, the Gemini model will access the content from those pages to inform and enhance its response. |
152
+
|[URLContextTool](./ai.urlcontexttool.md#urlcontexttool_interface)| A tool that allows you to provide additional context to the models in the form of public web URLs. By including URLs in your request, the Gemini model will access the content from those pages to inform and enhance its response. |
153
153
|[URLMetadata](./ai.urlmetadata.md#urlmetadata_interface)| Metadata for a single URL retrieved by the [URLContextTool](./ai.urlcontexttool.md#urlcontexttool_interface) tool. |
154
154
|[UsageMetadata](./ai.usagemetadata.md#usagemetadata_interface)| Usage metadata about a [GenerateContentResponse](./ai.generatecontentresponse.md#generatecontentresponse_interface)<!---->. |
155
155
|[VideoMetadata](./ai.videometadata.md#videometadata_interface)| Describes the input video content. |
> 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.
14
-
>
15
-
16
13
A tool that allows you to provide additional context to the models in the form of public web URLs. By including URLs in your request, the Gemini model will access the content from those pages to inform and enhance its response.
0 commit comments