mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:10:43 +00:00
test: align Brave llm-context fixture
This commit is contained in:
@@ -694,7 +694,7 @@ describe("web_search external content wrapping", () => {
|
||||
const mockFetch = installBraveLlmContextFetch({
|
||||
title: "Context title",
|
||||
url: "https://example.com/ctx",
|
||||
snippets: [{ text: "Context chunk one" }, { text: "Context chunk two" }],
|
||||
snippets: ["Context chunk one", "Context chunk two"],
|
||||
});
|
||||
|
||||
const tool = createWebSearchTool({
|
||||
|
||||
Reference in New Issue
Block a user