fix: update claude version with response handling correction
This commit is contained in:
@@ -8,6 +8,13 @@ export interface BaseTool {
|
||||
};
|
||||
}
|
||||
|
||||
export type ToolUseBlock = {
|
||||
type: 'tool_use';
|
||||
id: string;
|
||||
name: string;
|
||||
input: Record<string, any>;
|
||||
};
|
||||
|
||||
export interface NewsletterTool {
|
||||
title: string;
|
||||
content: string;
|
||||
|
||||
Reference in New Issue
Block a user