WebFetchPlugin - Python SDK

WebFetchPlugin method reference

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

Fields

FieldTypeRequiredDescription
allowed_domainsList[str]Only fetch from these domains.
blocked_domainsList[str]Never fetch from these domains.
idcomponents.WebFetchPluginID✔️N/A
max_content_tokensOptional[int]Maximum content length in approximate tokens. Content exceeding this limit is truncated.
max_usesOptional[int]Maximum number of web fetches per request. Once exceeded, the tool returns an error.