Skip to content

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

AttachmentInput

Returns

{ valid: true; } | { reason: string; valid: false; }

Released under the ISC License.