fix: fix type issues from upstream merge

This commit is contained in:
Michael Bleigh
2026-05-11 11:26:48 -07:00
parent d85721541a
commit a7ae31d732
@@ -277,6 +277,7 @@ class LocalSubagentProtocol implements AgentProtocol {
this._makeEvent('tool_request', {
requestId: callId,
name,
status: 'executing',
args,
}),
];
@@ -292,6 +293,7 @@ class LocalSubagentProtocol implements AgentProtocol {
this._makeEvent('tool_response', {
requestId,
name,
status: 'succeeded',
content: [{ type: 'text', text: output }],
}),
];