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

    Interface ExomlAPIOptions

    interface ExomlAPIOptions {
        messages: ExomlAPIMessage[];
        systemPrompt?: string;
        model?: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • ExomlAPIOptions

    Indexable

    • [key: string]: unknown
    Index

    Properties

    messages: ExomlAPIMessage[]
    systemPrompt?: string
    model?: string