Skip to content

Commit fabcc17

Browse files
committed
test: fix tests
1 parent f7d0be3 commit fabcc17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/standalone/chatWrappers/generic/JinjaTemplateChatWrapper.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ describe("JinjaTemplateChatWrapper", () => {
10551055
"sectionPrefix": LlamaText([
10561056
new SpecialTokensText("[TOOL_CALLS]["),
10571057
]),
1058+
"sectionPrefixAlternateMatches": undefined,
10581059
"sectionSuffix": LlamaText([
10591060
new SpecialTokensText("]"),
10601061
new SpecialToken("EOS"),
@@ -1134,6 +1135,7 @@ describe("JinjaTemplateChatWrapper", () => {
11341135
"sectionPrefix": LlamaText([
11351136
new SpecialTokensText("[TOOL_CALLS]["),
11361137
]),
1138+
"sectionPrefixAlternateMatches": undefined,
11371139
"sectionSuffix": LlamaText([
11381140
new SpecialTokensText("]"),
11391141
new SpecialToken("EOS"),
@@ -1216,6 +1218,7 @@ describe("JinjaTemplateChatWrapper", () => {
12161218
"sectionPrefix": LlamaText([
12171219
new SpecialTokensText("[TOOL_CALLS]["),
12181220
]),
1221+
"sectionPrefixAlternateMatches": undefined,
12191222
"sectionSuffix": LlamaText([
12201223
new SpecialTokensText("]"),
12211224
new SpecialToken("EOS"),

0 commit comments

Comments
 (0)