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

    Type Alias CompleteRequestBody

    CompleteRequestBody: Message$1<"yeying.api.llm.CompleteRequestBody"> & {
        messages: Message[];
        model: string;
        promptId: string;
        providerId: string;
        sessionId: string;
        stream: boolean;
    }

    Type declaration

    • messages: Message[]

      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;

    from message yeying.api.llm.CompleteRequestBody