We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a03f1 commit 6551f49Copy full SHA for 6551f49
apps/sim/app/workspace/[workspaceId]/home/hooks/use-chat.ts
@@ -132,7 +132,7 @@ function toDisplayAttachment(f: TaskStoredFileAttachment): ChatMessageAttachment
132
media_type: f.media_type,
133
size: f.size,
134
previewUrl: f.media_type.startsWith('image/')
135
- ? `/api/files/serve/${encodeURIComponent(f.key)}?context=copilot`
+ ? `/api/files/serve/${encodeURIComponent(f.key)}?context=mothership`
136
: undefined,
137
}
138
0 commit comments