add ai functions
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-01-15 01:59:16 +03:00
parent 739a7d172d
commit dea0676169
33 changed files with 4850 additions and 104 deletions

View File

@ -0,0 +1,6 @@
import { IsUUID } from 'class-validator';
export class GenerateSpecificationDto {
@IsUUID()
ideaId: string;
}