We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3fc11 commit 05f8e45Copy full SHA for 05f8e45
components/document.tsx
@@ -116,7 +116,9 @@ export function DocumentToolCall({
116
) : null}
117
</div>
118
119
- <div className="text-left">{`${getActionText(type, 'present')}`}</div>
+ <div className="text-left">
120
+ {`${getActionText(type, 'present')} ${args.title ? `"${args.title}"` : ''}`}
121
+ </div>
122
123
124
<div className="animate-spin mt-1">{<LoaderIcon />}</div>
0 commit comments