We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78771e commit 6877b73Copy full SHA for 6877b73
1 file changed
cli/src/utils/__tests__/sdk-event-handlers.test.ts
@@ -39,7 +39,7 @@ interface ToolResultEvent {
39
type: 'json'
40
value: Array<{
41
agentName: string
42
- value: string
+ value: any
43
}>
44
45
}
0 commit comments