Genkit JS API reference
Preparing search index...
@genkit-ai/express
FlowWithOptions
Type Alias FlowWithOptions<I, O, S>
A wrapper object containing a flow with its associated options.
type
FlowWithOptions
<
I
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
,
O
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
,
S
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
,
>
=
{
flow
:
Flow
<
I
,
O
,
S
>
;
options
:
{
contextProvider
?:
ContextProvider
<
any
,
I
>
;
path
?:
string
;
streamManager
?:
StreamManager
;
}
;
}
Type Parameters
I
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
O
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
S
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
Index
Properties
flow
options
Properties
flow
flow
:
Flow
<
I
,
O
,
S
>
options
options
:
{
contextProvider
?:
ContextProvider
<
any
,
I
>
;
path
?:
string
;
streamManager
?:
StreamManager
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flow
options
Genkit JS API reference
Loading...
A wrapper object containing a flow with its associated options.