Skip to content

Commit 23c91fb

Browse files
committed
fix: add splitter module to service exports
The addition of the splitter module enables text segmentation functionality within the service layer, supporting better processing of long inputs.
1 parent cbecdbb commit 23c91fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pub mod git;
88
pub mod llm;
99
pub mod safety;
1010
pub mod sanitizer;
11+
pub mod splitter;

0 commit comments

Comments
 (0)