deep research addressement
This commit is contained in:
@@ -6,6 +6,7 @@ export const CheckNumberSchema = object({
|
||||
|
||||
export const ClassifySMSSchema = object({
|
||||
text: string([minLength(1)]),
|
||||
threshold: optional(picklist(["strict", "moderate", "lenient"]), "moderate"),
|
||||
});
|
||||
|
||||
export const ClassifyCallSchema = object({
|
||||
|
||||
Reference in New Issue
Block a user