Variable: ClientToolDefinitionSchema
Makaio Framework / contracts / ClientToolDefinitionSchema
Variable: ClientToolDefinitionSchema
Section titled “Variable: ClientToolDefinitionSchema”
constClientToolDefinitionSchema:ZodObject<{capabilities:ZodDefault<ZodArray<ZodObject<{description:ZodOptional<ZodString>;tag:ZodString; },$strip>>>;category:ZodOptional<ZodString>;description:ZodOptional<ZodString>;friendlyName:ZodString;name:ZodString; },$strip>
Defined in: ../../../packages/contracts/src/client/definition.ts:37
Schema for a single native tool provided by a client binary.
Native tools are those the client binary exposes directly (e.g. bash,
file_edit). They are declared by the client package and seeded into
the harness at startup.