9 lines
281 B
TypeScript
9 lines
281 B
TypeScript
// Auto-generated type stub — replace with real implementation
|
|
export type Tool = any;
|
|
export type ToolCallProgress = any;
|
|
export type ToolResult = any;
|
|
export type ToolUseContext = any;
|
|
export type ValidationResult = any;
|
|
export type buildTool = any;
|
|
export type ToolDef = any;
|