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

    Type Alias ContentJson

    from message yeying.api.llm.Content

    type ContentJson = {
        data?: string;
        type?: ContentTypeEnumJson;
    }
    Index

    Properties

    Properties

    data?: string

    from field: string data = 2;

    from field: yeying.api.llm.ContentTypeEnum type = 1;