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

    Type Alias AnswerJson

    from message yeying.api.llm.Answer

    type AnswerJson = {
        choices?: ChoiceJson[];
        createdAt?: string;
        id?: string;
        model?: string;
    }
    Index

    Properties

    choices?: ChoiceJson[]

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

    createdAt?: string

    from field: int64 createdAt = 3;

    id?: string

    from field: string id = 2;

    model?: string

    from field: string model = 1;