We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a46690 commit eec4399Copy full SHA for eec4399
1 file changed
ui/src/pages/chat/tool-titles.test.ts
@@ -60,7 +60,7 @@ describe("resolveToolTitleRequest", () => {
60
"serialized object args",
61
"mcp__linear__create_issue",
62
{ value: `${"a".repeat(1_989)}😀tail` },
63
- `${'{"value":"'}${"a".repeat(1_989)}`,
+ '{"value":"' + "a".repeat(1_989),
64
],
65
])("keeps bounded %s on a valid UTF-16 boundary", (_label, name, args, expected) => {
66
expect(resolveToolTitleRequest(name, args)?.input).toBe(expected);
0 commit comments