yoi/.yoi/profiles/orchestrator.lua

8 lines
199 B
Lua

local base = require("_base")
return base {
slug = "orchestrator",
description = "Orchestrator role profile: GPT-5.5 with bundled default behavior",
model_ref = "codex-oauth/gpt-5.5",
}