You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: patterns/pattern-2/template.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ Resources:
264
264
description: Class description. Instruct LLM how to identify the class from the context provided in the classification prompt.
265
265
document_name_regex:
266
266
type: string
267
-
description: "Optional regex pattern to match against document ID/name. When matched, all pages will be classified as this class type without LLM processing. Use when all pages should be the same class."
267
+
description: "Optional regex pattern to match against document ID/name. When matched, all pages will be classified as this class type without LLM processing. Use only when all pages should be the same class."
0 commit comments