Function: createValidateBalTool()
createValidateBalTool(
options?):ZodToolDefinition<ZodObject<{code:ZodString; },$strip>, {entities:string[];errors?:undefined;message:string;valid:boolean; } | {entities?:undefined;errors:BALValidationError[];message:string;valid:boolean; }>
Defined in: packages/tools/src/validate-bal.ts:187
Create the validate_bal tool for use by LLM agents
Parameters
options?
Returns
ZodToolDefinition<ZodObject<{ code: ZodString; }, $strip>, { entities: string[]; errors?: undefined; message: string; valid: boolean; } | { entities?: undefined; errors: BALValidationError[]; message: string; valid: boolean; }>