We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c00de commit 6c2ba45Copy full SHA for 6c2ba45
1 file changed
apps/sim/lib/copilot/vfs/workspace-vfs.ts
@@ -649,7 +649,7 @@ export class WorkspaceVFS {
649
650
// Only PDF can be attached as a model-readable `document` block —
651
// Bedrock/Anthropic document blocks accept application/pdf ONLY. Attaching
652
- // a raw pptx/docx/xlsx binary is rejected by the provider (400). So for
+ // raw pptx/docx/xlsx binary is rejected by the provider (400). So for
653
// pptx/docx, render to page images (which the model CAN read) and return
654
// those directly — /compiled can never emit an invalid document block for
655
// these formats. xlsx isn't renderable; direct to /extract for its content.
0 commit comments