Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 588 Bytes

generative-ai.booleanschema.md

File metadata and controls

21 lines (13 loc) · 588 Bytes

Home > @google/generative-ai > BooleanSchema

BooleanSchema interface

Describes a boolean, either 'true' or 'false'.

Signature:

export interface BooleanSchema extends BaseSchema 

Extends: BaseSchema

Properties

Property Modifiers Type Description
type typeof SchemaType.BOOLEAN