Documentation / @agentick/client / AttachmentValidator
Type Alias: AttachmentValidator() ​
AttachmentValidator = (
input) => {valid:true; } | {reason:string;valid:false; }
Defined in: client/src/chat-types.ts:28
Parameters ​
input ​
Returns ​
{ valid: true; } | { reason: string; valid: false; }