ailoy-node
    Preparing search index...

    Interface SystemMessage

    interface SystemMessage {
        content: string | TextContent[];
        role: "system";
    }
    Index

    Properties

    Properties

    content: string | TextContent[]
    role: "system"