Interface: JsonSchema
Defined in: chat/src/schemas.ts:119
JSON Schema type (for getSchema methods)
Indexable
[
key:string]:unknown
Properties
additionalProperties?
optionaladditionalProperties?:boolean
Defined in: chat/src/schemas.ts:125
description?
optionaldescription?:string
Defined in: chat/src/schemas.ts:123
items?
optionalitems?:unknown
Defined in: chat/src/schemas.ts:124
properties?
optionalproperties?:Record<string,unknown>
Defined in: chat/src/schemas.ts:121
required?
optionalrequired?:string[]
Defined in: chat/src/schemas.ts:122
type
type:
string
Defined in: chat/src/schemas.ts:120