📕 bashClassifier.ts

This commit is contained in:
nirholas
2026-03-31 10:24:23 +00:00
parent 905c9e557b
commit cc358d5ed7

View File

@@ -59,3 +59,4 @@ export async function generateGenericDescription(
): Promise<string | null> {
return specificDescription || null
}