Skip to content

Commit d18ae10

Browse files
Update copy
1 parent 425b7e6 commit d18ae10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/document.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ export function DocumentToolCall({
115115
) : null}
116116
</div>
117117

118-
<div className="text-left">
119-
{`${getActionText(type, 'present')} "${args.title}"`}
120-
</div>
118+
<div className="text-left">{`${getActionText(type, 'present')}`}</div>
121119
</div>
122120

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

0 commit comments

Comments
 (0)