ADK for TypeScript: API Reference
    Preparing search index...

    Interface Resources

    L3 skill content: additional instructions, assets, and scripts.

    interface Resources {
        assets?: Record<string, string | Buffer<ArrayBufferLike>>;
        references?: Record<string, string | Buffer<ArrayBufferLike>>;
        scripts?: Record<string, Script>;
    }

    Properties

    assets?: Record<string, string | Buffer<ArrayBufferLike>>
    references?: Record<string, string | Buffer<ArrayBufferLike>>
    scripts?: Record<string, Script>