docs(subagent): restore refusal contract comment
This commit is contained in:
@@ -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'
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user