mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
codex: sync schema and tests after rebase
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"description": "Path to a role-specific config layer. Relative paths are resolved relative to the `config.toml` that defines them."
|
||||
},
|
||||
"description": {
|
||||
"description": "Human-facing role documentation used in spawn tool guidance.",
|
||||
"description": "Human-facing role documentation used in spawn tool guidance. Required unless supplied by the referenced agent role file.",
|
||||
"type": "string"
|
||||
},
|
||||
"nickname_candidates": {
|
||||
|
||||
@@ -3322,7 +3322,7 @@ model = "gpt-5"
|
||||
.agent_roles
|
||||
.get("researcher")
|
||||
.and_then(|role| role.config_file.as_ref()),
|
||||
Some(&home_agents_dir.join("researcher.toml"))
|
||||
Some(&standalone_agents_dir.join("researcher.toml"))
|
||||
);
|
||||
assert_eq!(
|
||||
config
|
||||
|
||||
Reference in New Issue
Block a user