unified-llm-client
    Preparing search index...

    Interface TextPart

    interface TextPart {
        cacheControl?: CacheControl;
        type: "text";
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheControl?: CacheControl
    type: "text"
    text: string