WebFetchPlugin - Go SDK

WebFetchPlugin type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

Fields

FieldTypeRequiredDescription
AllowedDomains[]stringOnly fetch from these domains.
BlockedDomains[]stringNever fetch from these domains.
IDcomponents.WebFetchPluginID✔️N/A
MaxContentTokens*int64Maximum content length in approximate tokens. Content exceeding this limit is truncated.
MaxUses*int64Maximum number of web fetches per request. Once exceeded, the tool returns an error.