mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
fix: fix type issues from upstream merge
This commit is contained in:
@@ -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 }],
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user