mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
feat: Add client-initiated tool call handling (#1292)
This commit is contained in:
@@ -89,6 +89,7 @@ export async function runNonInteractive(
|
||||
callId,
|
||||
name: fc.name as string,
|
||||
args: (fc.args ?? {}) as Record<string, unknown>,
|
||||
isClientInitiated: false,
|
||||
};
|
||||
|
||||
const toolResponse = await executeToolCall(
|
||||
|
||||
Reference in New Issue
Block a user