-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- apps/prompttoform/src/app/services/form-generation.service.ts applyPatchOperations : The operations parameter should have a more specific type instead of unknown[]. Consider defining a proper interface for patch operations with properties like op, path, and value.
- apps/prompttoform/src/app/services/llm.ts The JSON patch response handling logic is complex and duplicated. Consider extracting this into a separate utility function for better maintainability and testability.
- apps/prompttoform/src/app/utils/json-utils.ts The regex with negative lookbehind (?<!\) may not be supported in all browsers. Consider using a more compatible approach for JSON fixing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels