Skip to content

agent-tools / Exports / IZodSchemaDef

Interface: IZodSchemaDef

Table of contents

Properties

Properties

typeName

Optional typeName: string

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:26


innerType

Optional innerType: IZodSchema

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:27


valueType

Optional valueType: IZodSchema

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:28


checks

Optional checks: { kind: string ; value?: TUniversalValue }[]

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:29


shape

Optional shape: () => Record<string, IZodSchema>

Type declaration

▸ (): Record<string, IZodSchema>

Returns

Record<string, IZodSchema>

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:30


type

Optional type: IZodSchema

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:31


values

Optional values: TUniversalValue[]

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:32


description

Optional description: string

Defined in

packages/agent-tools/src/implementations/function-tool/types.ts:33

Released under the MIT License.