Type Alias: ToolAnnotations
Makaio Framework / contracts / ToolAnnotations
Type Alias: ToolAnnotations
Section titled “Type Alias: ToolAnnotations”ToolAnnotations =
z.infer<typeofToolAnnotationsSchema>
Defined in: ../../../packages/contracts/src/tool/schemas.ts:308
Type exports for external use
Type Composition
Section titled “Type Composition”ToolAnnotationsz.infer<typeof ToolAnnotationsSchema>typeof ToolAnnotationsSchema
Resolved Shape
Section titled “Resolved Shape”type ToolAnnotations = { readOnly?: boolean | undefined; destructive?: boolean | undefined; idempotent?: boolean | undefined; requiresApproval?: boolean | undefined;};