Fix types, replace preact with react
This commit is contained in:
@@ -39,7 +39,8 @@ export function MessageToolCall({ chat, copyToClipboard }: Props) {
|
||||
</p>
|
||||
</div>
|
||||
))}
|
||||
{chat.content}
|
||||
{/* [TODO] */}
|
||||
{chat.content as string}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user