Skip to content

Commit 6877b73

Browse files
committed
Fix types
1 parent f78771e commit 6877b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/utils/__tests__/sdk-event-handlers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface ToolResultEvent {
3939
type: 'json'
4040
value: Array<{
4141
agentName: string
42-
value: string
42+
value: any
4343
}>
4444
}>
4545
}

0 commit comments

Comments
 (0)