Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
@genkit-ai/express
FlowWithContextProvider
Type Alias FlowWithContextProvider<C, I, O, S>
FlowWithContextProvider
:
{
context
:
ContextProvider
<
C
,
I
>
;
flow
:
Flow
<
I
,
O
,
S
>
}
A wrapper object containing a flow with its associated auth policy.
Type Parameters
C
extends
ActionContext
=
ActionContext
I
extends
ZodTypeAny
=
ZodTypeAny
O
extends
ZodTypeAny
=
ZodTypeAny
S
extends
ZodTypeAny
=
ZodTypeAny
Type declaration
context
:
ContextProvider
<
C
,
I
>
flow
:
Flow
<
I
,
O
,
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...
A wrapper object containing a flow with its associated auth policy.