@botonic/plugin-flow-builder
Version:
Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.
4 lines (3 loc) • 372 B
TypeScript
import { BotonicContext } from '@botonic/core';
import { InferenceResponse } from '@botonic/shared';
export declare function mockAiAgentResponse({ messages, toolsExecuted, memoryLength, inputGuardrailsTriggered, outputGuardrailsTriggered, exit, error, }: Partial<InferenceResponse>): import("vitest").Mock<(_botonicContext: BotonicContext) => Promise<InferenceResponse>>;