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

    Type Alias ProviderDetailRequestJson

    from message yeying.api.llm.ProviderDetailRequest

    type ProviderDetailRequestJson = {
        body?: ProviderDetailRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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