docs(subagent): restore refusal contract comment

This commit is contained in:
Tianyi Cui
2026-07-25 15:25:52 +08:00
parent a5820f264c
commit d3b5988061
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -135,6 +135,7 @@ interface SubagentStopReasonMap {
error: 'error'
/** The child hit its token ceiling before finishing. */
'max-tokens': 'max-tokens'
/** The child declined the task. */
refusal: 'refusal'
}
```