Skip to content

EntityToolShape

type EntityToolShape = {
description: string;
id: string;
input: z.ZodType;
name: string;
output: z.ZodType;
};

Defined in: core/src/entity/entity.tool.ts:26

description: string;

Defined in: core/src/entity/entity.tool.ts:29


id: string;

Defined in: core/src/entity/entity.tool.ts:27


input: z.ZodType;

Defined in: core/src/entity/entity.tool.ts:30


name: string;

Defined in: core/src/entity/entity.tool.ts:28


output: z.ZodType;

Defined in: core/src/entity/entity.tool.ts:31