feat: search tools

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-22 23:31:00 +01:00
parent 23f50ffead
commit 455a06c525
6 changed files with 117 additions and 79 deletions

View File

@@ -9,7 +9,7 @@ interface ToolOptions {
description: string;
}
interface DefinedTool {
export interface DefinedTool {
path: string;
name: string;
description: string;