Conversation
jackwildman
approved these changes
Jan 16, 2026
Contributor
jackwildman
left a comment
There was a problem hiding this comment.
Revert the generated file, and this is good to go
Comment on lines
-23
to
-33
| llm (LLMEnum | Unset): | ||
| chunk_size (int | Unset): Maximum number of items to process in a single LLM call Default: 25. | ||
| mode (DedupeMode | Unset): | ||
| preview (bool | Unset): When true, process only the first few items Default: False. | ||
| embedding_model (EmbeddingModels | Unset): | ||
| validate_groups (bool | Unset): Validate equivalence classes and split incorrectly merged groups before | ||
| selecting representatives Default: False. | ||
| use_clustering (bool | Unset): When true, cluster items by embedding similarity and only compare neighboring | ||
| clusters. When false, use sequential chunking and compare all chunks (O(n²)) Default: True. | ||
| early_stop_threshold (int | None | Unset): Stop cross-chunk comparisons for a row after this many consecutive | ||
| comparisons with no matches. None disables early stopping. |
Contributor
There was a problem hiding this comment.
These are generated files and shouldn't be modified. We'll do something at some point to tighten these up, but it's not straightforward to do this at present.
hnykda
pushed a commit
that referenced
this pull request
Jan 22, 2026
* Removed unused params * Updated example * Formatting * reverted changes to generated file
RafaelPo
added a commit
that referenced
this pull request
Feb 24, 2026
- CORS: replace wildcard "*" fallback with localhost, add Allow-Headers - Redis: replace @lru_cache singleton with explicit getter/setter for test safety - Auth: make load_authorization_code atomic via GETDEL, re-store on client mismatch - Results: optimize clamp_page_to_budget with prefix sums instead of repeated json.dumps - Models: chain ValueError properly in _validate_task_id (raise from exc) - Deploy: add MCP_SERVER_URL to .env.example - Templates: add missing esc() XSS helper to SESSION_HTML widget Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.