Files
codex/codex-rs/core/src/subagents/defaults/hello.json
Ahmed Ibrahim a8d258f7f0 not optional
2025-08-23 23:59:38 -07:00

9 lines
289 B
JSON

{
"name": "hello",
"description": "Built-in test subagent that replies with a greeting",
"instructions": "Reply with exactly this text and nothing else, as a JSON string: Hello from subagent",
"output_schema": { "type": "string" },
"tools": [],
"reasoning_effort": "minimal"
}