Skip to content

Commit 6c2ba45

Browse files
committed
Table bump
1 parent 47c00de commit 6c2ba45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/copilot/vfs/workspace-vfs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ export class WorkspaceVFS {
649649

650650
// Only PDF can be attached as a model-readable `document` block —
651651
// Bedrock/Anthropic document blocks accept application/pdf ONLY. Attaching
652-
// a raw pptx/docx/xlsx binary is rejected by the provider (400). So for
652+
// raw pptx/docx/xlsx binary is rejected by the provider (400). So for
653653
// pptx/docx, render to page images (which the model CAN read) and return
654654
// those directly — /compiled can never emit an invalid document block for
655655
// these formats. xlsx isn't renderable; direct to /extract for its content.

0 commit comments

Comments
 (0)