Skip to content

Commit 20cbe02

Browse files
committed
chore: remove redundant comment
1 parent af78728 commit 20cbe02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/core/utils/formatting.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ export function safelyRenderValue(value: unknown): string {
191191
}
192192

193193
if (typeof value === 'object') {
194-
// Handle common structured output pattern {text: string, type?: string}
195194
if ('text' in value && typeof (value as Record<string, unknown>).text === 'string') {
196195
return (value as Record<string, unknown>).text as string
197196
}

0 commit comments

Comments
 (0)