📘 classifierShared.ts

This commit is contained in:
nirholas
2026-03-31 10:24:23 +00:00
parent f331ea8354
commit 73b83e92a5

View File

@@ -37,3 +37,4 @@ export function parseClassifierResponse<T extends z.ZodTypeAny>(
}
return parseResult.data
}