Skip to content

Commit 300aa82

Browse files
committed
test(llm): cover structured tool result tail preservation
1 parent a6eb3a9 commit 300aa82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/llm/providers/tool-result-text.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ describe("extractToolResultText", () => {
1515
},
1616
]);
1717

18+
expect(text.length).toBeGreaterThan(1_200);
1819
expect(text).toContain(tail);
1920
expect(text).not.toContain("... (");
2021
});

0 commit comments

Comments
 (0)