This commit is contained in:
jmorganca 2025-11-28 19:35:57 -05:00
parent 793248c280
commit 861a521b19
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func TestIntellect3ParserToolCallsOnly(t *testing.T) {
desc: "tool call streaming",
chunks: []string{
"Checking<tool_call><function=get_wea",
"ther>\n<parameter=location>\nNew York\n</param",
"ther>\n<parameter=location>\nNew York\n</param", //nolint:all
"eter>\n<parameter=unit>\nfahrenheit\n</parameter>\n</function></tool_call>Done",
},
wantText: "CheckingDone",