fakeExecutorBlocked()
Creates a fake executor blocked.
Import
Section titled “Import”import { fakeExecutorBlocked } from "@graphrefly/ts/orchestration";Signature
Section titled “Signature”function fakeExecutorBlocked(opts: Omit<ExecutorOutcomeBase, "kind"> & { readonly needs: readonly AgentNeed[] }): ExecutorOutcomeParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
opts | Omit<ExecutorOutcomeBase, "kind"> & { readonly needs: readonly AgentNeed[] } | Options that configure the helper. |
Returns
Section titled “Returns”The fake executor blocked result.
Example
Section titled “Example”import { fakeExecutorBlocked } from "@graphrefly/ts/orchestration";Source
Section titled “Source”packages/ts/src/orchestration/agent-runtime-fakes.ts