@hbbio/nanoagent
    Preparing search index...

    Type Alias MessageRole

    MessageRole:
        | "system"
        | "user"
        | "assistant"
        | "tool"
        | "function"
        | "system_function"
        | "tool_response"
        | "assistant_function_call"

    Enum‑like string union for every recognized chat role.