diff --git a/helpers/tools.ts b/helpers/tools.ts index a41764eb5c612c360f68f32e5bd0b33cf36e1df3..c12cbd59ea841964f4515a34b78e49f278a68628 100644 --- a/helpers/tools.ts +++ b/helpers/tools.ts @@ -159,7 +159,6 @@ export const writeToolsConfig = async ( tools: Tool[] = [], type: ConfigFileType = ConfigFileType.YAML, ) => { - if (tools.length === 0) return; // no tools selected, no config need const configContent: { [key in ToolType]: Record<string, any>; } = {