diff options
| author | Abhi <[email protected]> | 2025-06-22 01:35:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 01:35:36 -0400 |
| commit | c9950b3cb273246d801a5cbb04cf421d4c5e39c4 (patch) | |
| tree | 0acd0de4ef11c6031c70489bba6063bbba4ca8f1 /packages/cli/src/nonInteractiveCli.ts | |
| parent | 5cf8dc4f0784408f4c2fcfc56d6e834facccf4a3 (diff) | |
feat: Add client-initiated tool call handling (#1292)
Diffstat (limited to 'packages/cli/src/nonInteractiveCli.ts')
| -rw-r--r-- | packages/cli/src/nonInteractiveCli.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/nonInteractiveCli.ts b/packages/cli/src/nonInteractiveCli.ts index c5a89575..01ec62c8 100644 --- a/packages/cli/src/nonInteractiveCli.ts +++ b/packages/cli/src/nonInteractiveCli.ts @@ -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( |
