genkitx-aws-bedrock
    Preparing search index...

    Interface ApiKeyContext

    Context with API key authentication

    interface ApiKeyContext {
        auth: { apiKey: string };
        [additionalContext: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [additionalContext: string]: any
    Index

    Properties

    Properties

    auth: { apiKey: string }

    Information about the currently authenticated user if provided.