nexus-agents - v2.80.0
    Preparing search index...

    Interface PromptMessage

    A single message in a prompt template.

    interface PromptMessage {
        role: "user" | "assistant";
        content: { type: "text"; text: string };
    }
    Index

    Properties

    Properties

    role: "user" | "assistant"
    content: { type: "text"; text: string }