Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 717 Bytes

generative-ai.numberschema.md

File metadata and controls

22 lines (14 loc) · 717 Bytes

Home > @google/generative-ai > NumberSchema

NumberSchema interface

Describes a JSON-encodable floating point number.

Signature:

export interface NumberSchema extends BaseSchema 

Extends: BaseSchema

Properties

Property Modifiers Type Description
format? "float" | "double" (Optional) Optional. The format of the number.
type typeof SchemaType.NUMBER