feat: Add client-initiated tool call handling (#1292)

This commit is contained in:
Abhi
2025-06-22 01:35:36 -04:00
committed by GitHub
parent 2647bb4932
commit a9d2ec7d46
8 changed files with 363 additions and 136 deletions
+1
View File
@@ -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(