langchain.js
    Preparing search index...
    interface PerplexityChatCallOptions {
        response_format?: {
            json_schema: {
                description: string;
                name: string;
                schema: Record<string, unknown>;
            };
            type: "json_schema";
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    response_format?: {
        json_schema: {
            description: string;
            name: string;
            schema: Record<string, unknown>;
        };
        type: "json_schema";
    }