OpenAIRoleEnum:
    | "system"
    | "assistant"
    | "user"
    | "function"
    | "tool"