Skip to content

Commit e321e99

Browse files
committed
Merge branch 'dev' of github.com:simstudioai/sim into dev
2 parents f509e33 + 485dce7 commit e321e99

File tree

8 files changed

+953
-261
lines changed

8 files changed

+953
-261
lines changed

apps/sim/app/workspace/[workspaceId]/home/components/message-content/message-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function mapToolStatusToClientState(
9292
}
9393

9494
function getOverrideDisplayTitle(tc: NonNullable<ContentBlock['toolCall']>): string | undefined {
95-
if (tc.name === ReadTool.id || tc.name.endsWith('_respond')) {
95+
if (tc.name === ReadTool.id || tc.name === 'respond' || tc.name.endsWith('_respond')) {
9696
return resolveToolDisplay(tc.name, mapToolStatusToClientState(tc.status), tc.id, tc.params)
9797
?.text
9898
}

0 commit comments

Comments
 (0)