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

    Type Alias Choice

    Choice: Message$1<"yeying.api.llm.Choice"> & {
        content?: Content;
        finishReason: string;
        index: number;
        role: MessageRoleEnum;
    }

    Type declaration

    • Optionalcontent?: Content

      from field: yeying.api.llm.Content content = 3;

    • finishReason: string

      from field: string finishReason = 4;

    • index: number

      from field: int32 index = 1;

    • role: MessageRoleEnum

      from field: yeying.api.llm.MessageRoleEnum role = 2;

    from message yeying.api.llm.Choice