File Upload Error Some files cannot be uploaded with the current model.
{#if fileErrorData.generallyUnsupported.length > 0}

Unsupported File Types

{#each fileErrorData.generallyUnsupported as file (file.name)}

{file.name}

File type not supported

{/each}
{/if} {#if fileErrorData.modalityUnsupported.length > 0}
{#each fileErrorData.modalityUnsupported as file (file.name)}

{file.name}

{fileErrorData.modalityReasons[file.name] || 'Not supported by current model'}

{/each}
{/if}

This model supports:

{fileErrorData.supportedTypes.join(', ')}

handleOpenChange(false)}>Got it