show content with tool call

This commit is contained in:
2023-11-10 20:35:44 +08:00
parent 8f9d508a18
commit 42094c1eab

View File

@@ -39,6 +39,7 @@ export function MessageToolCall({ chat, copyToClipboard }: Props) {
</p> </p>
</div> </div>
))} ))}
{chat.content}
</div> </div>
); );
} }