ISPO SDK
    Preparing search index...

    Interface PromptSessionReadArgs

    Markdown
    interface PromptSessionReadArgs {
        key: string;
        store: PromptHistoryStore;
    }
    Index
    key: string