Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
/
z
PreprocessEffect
Type Alias PreprocessEffect<T>
PreprocessEffect
:
{
transform
:
(
arg
:
T
,
ctx
:
RefinementCtx
)
=>
any
;
type
:
"preprocess"
;
}
Type Parameters
T
Type declaration
transform
:
(
arg
:
T
,
ctx
:
RefinementCtx
)
=>
any
type
:
"preprocess"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...