MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / paused

Function paused

packages/core/execution/src/engine.test.ts:250–258  ·  view source on GitHub ↗
(request: FormElicitation)

Source from the content-addressed store, hash-verified

248
249describe("formatPausedExecution approval terms", () => {
250 const paused = (request: FormElicitation) =>
251 ({
252 id: "exec_1",
253 elicitationContext: {
254 address: "tools.x.org.default.y",
255 args: {},
256 request,
257 },
258 }) as Parameters<typeof formatPausedExecution>[0];
259
260 it("states the terms an upstream attached to the approval", () => {
261 // An empty schema makes this look like a plain yes/no, but the metadata

Callers 1

engine.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected