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

    Type Alias CompleteResponseHeadJson

    from message yeying.api.llm.CompleteResponseHead

    type CompleteResponseHeadJson = {
        body?: CompleteResponseHeadBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.llm.CompleteResponseHeadBody body = 2;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;