- onFlow<
I extends ZodType<any, any, any, I>,
O extends ZodType<any, any, any, O>,
S extends ZodType<any, any, any, S>,
>(
genkit: Genkit,
config: FunctionFlowConfig<I, O, S>,
steps: FlowFn<I, O, S>,
): FunctionFlow<I, O, S> Parameters
- genkit: Genkit
- config: FunctionFlowConfig<I, O, S>
- steps: FlowFn<I, O, S>
Creates a flow backed by Cloud Functions for Firebase gen2 HTTPS function.