langchain.js
    Preparing search index...
    interface StackExchangeAnswer {
        has_more: boolean;
        items: StackExchangeItem[];
        quota_max: number;
        quota_remaining: number;
    }
    Index

    Properties

    has_more: boolean
    quota_max: number
    quota_remaining: number