MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / currentHandler

Function currentHandler

e2e/agent-fixtures.ts:184–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182
183 mockLLMResponse: async ({ context }, use) => {
184 let currentHandler: MockLLMHandler = () => makeTextSSE("default mock response");
185
186 await context.route("**/mock-llm.test/**", async (route: Route) => {
187 const request = route.request();

Callers 1

agent-fixtures.tsFile · 0.85

Calls 1

makeTextSSEFunction · 0.70

Tested by

no test coverage detected