9 lines
226 B
Lua
9 lines
226 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",
|
|
language = "Japanese",
|
|
}
|