Genkit JS API reference
    Preparing search index...

    Interface SessionStoreOptions

    Options provided to the session store methods.

    interface SessionStoreOptions {
        context?: ActionContext;
    }
    Index

    Properties

    Properties

    context?: ActionContext