Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface OpenAIChatPayload

    interface OpenAIChatPayload {
        messages?: { content: unknown; role: string }[];
        model?: string;
        [key: string]: unknown;
    }

    Hierarchy

    Indexable

    • [key: string]: unknown
    Index
    messages?: { content: unknown; role: string }[]
    model?: string