not optional

This commit is contained in:
Ahmed Ibrahim
2025-08-23 23:36:10 -07:00
parent a79c71ec00
commit a8d258f7f0
4 changed files with 25 additions and 41 deletions

View File

@@ -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"
}