Skip to content

Commit 485dce7

Browse files
committed
Tool call names
1 parent 2d2f782 commit 485dce7

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)