ART Framework API Docs
    Preparing search index...

    Enumeration MessageRole

    Represents the role of a message sender in a conversation.

    Index

    Enumeration Members

    Enumeration Members

    AI: "AI"

    The AI agent.

    SYSTEM: "SYSTEM"

    A system-level message providing context or instructions.

    TOOL: "TOOL"

    A message containing the result of a tool execution.

    USER: "USER"

    The end-user interacting with the agent.