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/ai.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ The Firebase AI Web SDK.
136
136
|[ToolConfig](./ai.toolconfig.md#toolconfig_interface)| Tool config. This config is shared for all tools provided in the request. |
137
137
|[URLContext](./ai.urlcontext.md#urlcontext_interface)| Specifies the URL Context configuration. |
138
138
|[URLContextMetadata](./ai.urlcontextmetadata.md#urlcontextmetadata_interface)| Metadata related to [URLContextTool](./ai.urlcontexttool.md#urlcontexttool_interface)<!---->. |
139
-
|[URLContextTool](./ai.urlcontexttool.md#urlcontexttool_interface)| A tool that allows you to provide additional context to the models in the form of URLs. By including URLs in your request, the Gemini model will access the content from those pages to inform and enhances it's response. At most 20 URLs can be consumed per request. |
139
+
|[URLContextTool](./ai.urlcontexttool.md#urlcontexttool_interface)| A tool that allows you to provide additional context to the models in the form of URLs. By including URLs in your request, the Gemini model will access the content from those pages to inform and enhance its response. |
140
140
|[URLMetadata](./ai.urlmetadata.md#urlmetadata_interface)| Metadata for a URL that was used to provide context to the Gemini model. |
141
141
|[UsageMetadata](./ai.usagemetadata.md#usagemetadata_interface)| Usage metadata about a [GenerateContentResponse](./ai.generatecontentresponse.md#generatecontentresponse_interface)<!---->. |
142
142
|[VideoMetadata](./ai.videometadata.md#videometadata_interface)| Describes the input video content. |
@@ -1053,13 +1053,7 @@ Defines a tool that model can call to access external knowledge.
A tool that allows you to provide additional context to the models in the form of URLs. By including URLs in your request, the Gemini model will access the content from those pages to inform and enhances it's response. At most 20 URLs can be consumed per request.
13
+
A tool that allows you to provide additional context to the models in the form of 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