Documentation
    Preparing search index...

    Interface SkillApiClientConfig

    Configuration schema for the API client used by a skill.

    interface SkillApiClientConfig {
        endpointUrl: string;
        parameters: Record<string, any>;
        type: ApiClientType;
    }
    Index

    Properties

    endpointUrl: string
    parameters: Record<string, any>