Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
schema
ProvidedSchema
Interface ProvidedSchema
Wrapper object for various ways schema can be provided.
interface
ProvidedSchema
{
jsonSchema
?:
any
;
schema
?:
ZodTypeAny
;
}
Index
Properties
json
Schema?
schema?
Properties
Optional
json
Schema
jsonSchema
?:
any
Optional
schema
schema
?:
ZodTypeAny
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
json
Schema
schema
Genkit JS API reference
Loading...
Wrapper object for various ways schema can be provided.