contextUrls property

List<String>? contextUrls
getter/setter pair

Content will be fetched directly from these URLs for context and grounding.

Example: "https://example.com/path.html". A maximum of 20 URLs are allowed.

Optional.

Implementation

core.List<core.String>? contextUrls;