mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
fix: 修复类型问题
This commit is contained in:
@@ -679,7 +679,7 @@ export class StructuredIO {
|
||||
{
|
||||
subtype: 'hook_callback',
|
||||
callback_id: callbackId,
|
||||
input: input as Parameters<HookCallback['callback']>[0],
|
||||
input: input as any,
|
||||
tool_use_id: toolUseID || undefined,
|
||||
},
|
||||
hookJSONOutputSchema(),
|
||||
|
||||
Reference in New Issue
Block a user