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

    Type Alias Content

    Content: Message$1<"yeying.api.llm.Content"> & {
        data: string;
        type: ContentTypeEnum;
    }

    Type declaration

    • data: string

      from field: string data = 2;

    • type: ContentTypeEnum

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

    from message yeying.api.llm.Content