@microsoft/opentelemetry
    Preparing search index...

    Enumeration MessageRole

    Role of a message participant per OTEL gen-ai semantic conventions.

    Index
    ASSISTANT: "assistant"

    A message authored by the model/assistant.

    SYSTEM: "system"

    A system / developer instruction message.

    TOOL: "tool"

    A message containing the result of a tool call.

    USER: "user"

    A message authored by the end user.