Skip to content

tools / Exports / ZodFunctionToolProviderOptions

Interface: ZodFunctionToolProviderOptions

Zod 스키마 기반 함수 도구 제공자 옵션

Table of contents

Properties

Properties

tools

tools: Record<string, ZodFunctionTool<ZodObject<ZodRawShape, UnknownKeysParam, ZodTypeAny, {}, {}>>>

도구 정의 객체

Defined in

packages/tools/src/function-tool-provider.ts:18

Released under the MIT License.