Monoize
Transforms

Role: system to developer

Rewrite system-role messages to the developer role.

What it does

This transform rewrites system-role ordinary nodes to the developer role. It is the inverse of role_developer_to_system.

Reference

PropertyValue
Type IDrole_system_to_developer
Phaserequest
ScopesProvider, API key

When to use

  • An upstream model expects the developer role instead of system, as newer OpenAI reasoning models do.

Configuration

This transform has no options. Use an empty config object.

Example rule

{
  "transform": "role_system_to_developer",
  "enabled": true,
  "phase": "request",
  "models": [
    "o*"
  ],
  "config": {}
}

On this page