@deskcreate/agentcraft
    Preparing search index...

    Interface FetchAdapterConfig

    interface FetchAdapterConfig {
        allowedContentTypes?: string[];
        allowedDomains?: string[];
        allowedProtocols?: ("http:" | "https:")[];
        headers?: Record<string, string>;
        maxResponseBytes?: number;
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        timeoutMs?: number;
    }
    Index

    Properties

    allowedContentTypes?: string[]
    allowedDomains?: string[]
    allowedProtocols?: ("http:" | "https:")[]
    headers?: Record<string, string>
    maxResponseBytes?: number
    onAuditEvent?: (event: AdapterAuditEvent) => void
    timeoutMs?: number