@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias SkillInterface

    type SkillInterface = {
        brandColor?: string;
        defaultPrompt?: string;
        displayName?: string;
        iconLarge?: AbsolutePathBuf;
        iconSmall?: AbsolutePathBuf;
        shortDescription?: string;
    }
    Index

    Properties

    brandColor?: string
    defaultPrompt?: string
    displayName?: string
    iconLarge?: AbsolutePathBuf
    iconSmall?: AbsolutePathBuf
    shortDescription?: string