teodor-new-chat-ui 4.3.64 → 4.3.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/chat/MessageComponent.d.ts +0 -7
- package/dist/index.esm.js +3956 -3953
- package/dist/index.umd.js +63 -63
- package/package.json +1 -1
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Message Component - With truncatable tool messages and responsive design
|
|
3
3
|
*/
|
|
4
|
-
/**
|
|
5
|
-
* Message Component (migrated)
|
|
6
|
-
* - Uses new ChatMessage / MessagePart / roles
|
|
7
|
-
* - Keeps streaming markdown stable mid-generation
|
|
8
|
-
* - Shows agent name (from message.name or model)
|
|
9
|
-
* - Renders tool messages with open/close + truncation
|
|
10
|
-
*/
|
|
11
4
|
import React from "react";
|
|
12
5
|
import type { ChatMessage, PendingInterrupt } from "@/types/api";
|
|
13
6
|
export interface MessageComponentProps {
|