From 7cd3b95317c4d9263e514f33589cb359766d463b Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Fri, 18 Apr 2025 13:37:51 -0400 Subject: Fix linting errors in a number of core and tool files (partial) - As part of this work I also started building out errors.ts which will be a cumulation of error helpers to better handle the challenging `catch (error: unknown)` requirement. - More changes are to come, this is truly a partial change in order to not disrupt as many people as possible. Part of https://b.corp.google.com/issues/411384603 --- packages/cli/src/ui/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui') diff --git a/packages/cli/src/ui/types.ts b/packages/cli/src/ui/types.ts index 320f355b..78031a25 100644 --- a/packages/cli/src/ui/types.ts +++ b/packages/cli/src/ui/types.ts @@ -12,7 +12,7 @@ export interface ToolCallEvent { status: ToolCallStatus; callId: string; name: string; - args: Record; + args: Record; resultDisplay: ToolResultDisplay | undefined; confirmationDetails: ToolCallConfirmationDetails | undefined; } -- cgit v1.2.3