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 d18ae10 commit ba3fc11Copy full SHA for ba3fc11
components/document.tsx
@@ -86,6 +86,7 @@ export function DocumentToolCall({
86
}: DocumentToolCallProps) {
87
return (
88
<button
89
+ type="button"
90
className="cursor pointer w-fit border py-2 px-3 rounded-xl flex flex-row items-start justify-between gap-3"
91
onClick={(event) => {
92
const rect = event.currentTarget.getBoundingClientRect();
0 commit comments