Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 979 Bytes

File metadata and controls

35 lines (25 loc) · 979 Bytes

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

URLContextMetadata interface

Metadata related to URLContextTool.

Signature:

export interface URLContextMetadata 

Properties

Property Type Description
urlMetadata URLMetadata[] List of URL metadata used to provide context to the Gemini model.

URLContextMetadata.urlMetadata

List of URL metadata used to provide context to the Gemini model.

Signature:

urlMetadata: URLMetadata[];