Skip to content

Commit

Permalink
use the chunker_line annotator by default
Browse files Browse the repository at this point in the history
  • Loading branch information
granawkins committed Apr 5, 2024
1 parent b17e114 commit b048a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mentat/code_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(

annotators: dict[str, dict[str, Any]] = {
"hierarchy": {"ignore_patterns": [str(p) for p in self.ignore_patterns]},
"chunker_line": {"lines_per_chunk": 50},
"diff": {"diff": self.diff_context.target},
}
self.daemon: Daemon = Daemon(cwd=cwd, annotators=annotators, verbose=False)
Expand Down

0 comments on commit b048a1a

Please sign in to comment.