SongGuess
    Preparing search index...

    Type Alias AiSearchChatCompletionsRequest

    type AiSearchChatCompletionsRequest = {
        ai_search_options?: AiSearchOptions;
        messages: AiSearchMessage[];
        model?: string;
        stream?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    ai_search_options?: AiSearchOptions
    messages: AiSearchMessage[]
    model?: string
    stream?: boolean