mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
9 lines
289 B
JSON
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"
|
|
}
|