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

    Type Alias Answer

    Answer: Message$1<"yeying.api.llm.Answer"> & {
        choices: Choice[];
        createdAt: bigint;
        id: string;
        model: string;
    }

    Type declaration

    • choices: Choice[]

      from field: repeated yeying.api.llm.Choice choices = 4;

    • createdAt: bigint

      from field: int64 createdAt = 3;

    • id: string

      from field: string id = 2;

    • model: string

      from field: string model = 1;

    from message yeying.api.llm.Answer