NB Scraper Docs - v1.1.8
    Preparing search index...

    Interface DeepInfraAIMessage

    interface DeepInfraAIMessage {
        role: "user" | "assistant" | "system";
        content: string;
        parts: { type: string; text: string }[];
    }
    Index

    Properties

    Properties

    role: "user" | "assistant" | "system"
    content: string
    parts: { type: string; text: string }[]