EntityToolShape
type EntityToolShape = { description: string; id: string; input: z.ZodType; name: string; output: z.ZodType;};Defined in: core/src/entity/entity.tool.ts:26
Properties
Section titled “Properties”description
Section titled “description”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
Section titled “output”output: z.ZodType;Defined in: core/src/entity/entity.tool.ts:31