UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines (3 loc) 294 B
import type { InputResponse } from "#shared/input.js"; /** Resumed with the bare response, not a session-inbox delivery, so the body can race the hook. */ export declare function resumeWorkflowToolRunAnswers(answerToken: string, responses: readonly InputResponse[] | undefined): Promise<void>;