@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias CompleteRequestBodyJson

    from message yeying.api.llm.CompleteRequestBody

    type CompleteRequestBodyJson = {
        messages?: MessageJson[];
        model?: string;
        promptId?: string;
        providerId?: string;
        sessionId?: string;
        stream?: boolean;
    }
    Index

    Properties

    messages?: MessageJson[]

    from field: repeated yeying.api.llm.Message messages = 6;

    model?: string

    from field: string model = 4;

    promptId?: string

    from field: string promptId = 2;

    providerId?: string

    from field: string providerId = 3;

    sessionId?: string

    from field: string sessionId = 1;

    stream?: boolean

    from field: bool stream = 5;