diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index 10facc7..8a40a36 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -325,7 +325,7 @@ export function Thread() { } footer={ -
+
{!chatStarted && (
diff --git a/src/components/thread/messages/human.tsx b/src/components/thread/messages/human.tsx index e6ca4c5..ac6974b 100644 --- a/src/components/thread/messages/human.tsx +++ b/src/components/thread/messages/human.tsx @@ -84,7 +84,7 @@ export function HumanMessage({ onSubmit={handleSubmitEdit} /> ) : ( -

+

{contentString}

)} diff --git a/src/components/thread/messages/tool-calls.tsx b/src/components/thread/messages/tool-calls.tsx index 816a440..2425f68 100644 --- a/src/components/thread/messages/tool-calls.tsx +++ b/src/components/thread/messages/tool-calls.tsx @@ -44,7 +44,7 @@ export function ToolCalls({ {isComplexValue(value) ? ( - + {JSON.stringify(value, null, 2)} ) : ( @@ -148,7 +148,7 @@ export function ToolResult({ message }: { message: ToolMessage }) { {isComplexValue(value) ? ( - + {JSON.stringify(value, null, 2)} ) : (