Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 696 Bytes

generative-ai.stringschema.md

File metadata and controls

22 lines (14 loc) · 696 Bytes

Home > @google/generative-ai > StringSchema

StringSchema interface

Describes a string.

Signature:

export interface StringSchema extends BaseSchema 

Extends: BaseSchema

Properties

Property Modifiers Type Description
enum? string[] (Optional) If present, limits the result to one of the given values.
type typeof SchemaType.STRING