Skip to content

Commit 05f8e45

Browse files
Update copy again
1 parent ba3fc11 commit 05f8e45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/document.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ export function DocumentToolCall({
116116
) : null}
117117
</div>
118118

119-
<div className="text-left">{`${getActionText(type, 'present')}`}</div>
119+
<div className="text-left">
120+
{`${getActionText(type, 'present')} ${args.title ? `"${args.title}"` : ''}`}
121+
</div>
120122
</div>
121123

122124
<div className="animate-spin mt-1">{<LoaderIcon />}</div>

0 commit comments

Comments
 (0)