Type alias WorkflowOutputResolver<T>
Type declaration
- (acc, output, ctx): WorkflowOutput<T>
Parameters
- acc: WorkflowOutput<T>
- output: Record<string, unknown>
- ctx: {
client: Client;
node_id: string;
prompt_id: string;
}node_id: string
prompt_id: string