1 parent c7cd791 commit 4d4d96cCopy full SHA for 4d4d96c
2 files changed
core/deduplication.py
@@ -75,4 +75,4 @@ def _should_drop_query_parameter(key: str) -> bool:
75
76
77
def _is_default_port(scheme: str, port: int) -> bool:
78
- return (scheme == "http" and port == 80) or (scheme == "https" and port == 443)
+ return (scheme == "http" and port == 80) or (scheme == "https" and port == 443)
skills/deduplication/SKILL.md
@@ -11,4 +11,4 @@ Decide whether two content items describe the same underlying source article.
11
- If the items look related but meaningfully different, return `is_duplicate=false`.
12
- `confidence` must stay between 0 and 1.
13
14
-Return structured JSON with `is_duplicate`, `confidence`, and `explanation`.
+Return structured JSON with `is_duplicate`, `confidence`, and `explanation`.
0 commit comments