langchain.js
    Preparing search index...

    Interface XAIResponsesSearchSourceX

    X (Twitter) search source configuration.

    interface XAIResponsesSearchSourceX {
        excluded_x_handles?: string[];
        included_x_handles?: string[];
        post_favorite_count?: number;
        post_view_count?: number;
        type: "x";
    }
    Index

    Properties

    excluded_x_handles?: string[]

    X handles to exclude from search.

    included_x_handles?: string[]

    X handles to include in search.

    Optionalpost_favorite_count

    post_favorite_count?: number

    Minimum favorite count for posts.

    Optionalpost_view_count

    post_view_count?: number

    Minimum view count for posts.

    type: "x"