Skip to content

agent-tools / Exports / IZodSchema

Interface: IZodSchema

Table of contents

Properties

Methods

Properties

_def

Optional _def: IZodSchemaDef

Defined in

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

Methods

parse

parse(value): TToolParameters

Parameters

NameType
valueTToolParameters

Returns

TToolParameters

Defined in

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


safeParse

safeParse(value): IZodParseResult

Parameters

NameType
valueTToolParameters

Returns

IZodParseResult

Defined in

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

Released under the MIT License.