diff --git a/src/message.tsx b/src/message.tsx index b4ff996..b692b03 100644 --- a/src/message.tsx +++ b/src/message.tsx @@ -294,11 +294,14 @@ export default function Message(props: Props) {
{chat.tool_calls?.map((tool_call) => ( -
- Tool Call ID: {tool_call?.id} -

Type: {tool_call?.type}

-

Function: {JSON.stringify(tool_call?.function)}

-
+ <> +
+
+ Tool Call ID: {tool_call?.id} +

Type: {tool_call?.type}

+

Function: {JSON.stringify(tool_call?.function)}

+
+ ))}