mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
not optional
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "hello",
|
||||
"description": "Built-in test subagent that replies with a greeting",
|
||||
"instructions": "Reply with exactly this text and nothing else: Hello from subagent",
|
||||
"instructions": "Reply with exactly this text and nothing else, as a JSON string: Hello from subagent",
|
||||
"output_schema": { "type": "string" },
|
||||
"tools": [],
|
||||
"reasoning_effort": "minimal"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user