Home > @google/generative-ai > NumberSchema
Describes a JSON-encodable floating point number.
Signature:
export interface NumberSchema extends BaseSchema
Extends: BaseSchema
Property | Modifiers | Type | Description |
---|---|---|---|
format? | "float" | "double" | (Optional) Optional. The format of the number. | |
type | typeof SchemaType.NUMBER |