@dataclouder/ngx-agent-cards 0.1.59 → 0.1.60
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/index.d.ts
CHANGED
|
@@ -1168,6 +1168,7 @@ declare class MessageContentDisplayer implements OnDestroy {
|
|
|
1168
1168
|
shouldPlayAudio: _angular_core.Signal<boolean>;
|
|
1169
1169
|
messageText: _angular_core.Signal<string>;
|
|
1170
1170
|
classTag: _angular_core.Signal<string>;
|
|
1171
|
+
transcriptionTimestamps: _angular_core.Signal<WordTimestamps[]>;
|
|
1171
1172
|
hasTranscription: _angular_core.Signal<boolean>;
|
|
1172
1173
|
constructor();
|
|
1173
1174
|
trackByIndex(index: number, item: any): number;
|
|
@@ -1335,6 +1336,7 @@ declare class PromptPreviewComponent implements OnInit {
|
|
|
1335
1336
|
protected readonly SectionType: typeof SectionType;
|
|
1336
1337
|
protected readonly formatCamelCaseString: typeof formatCamelCaseString;
|
|
1337
1338
|
protected sectionsOrder: SectionType[];
|
|
1339
|
+
protected formatMessageId(message: ChatMessage): string;
|
|
1338
1340
|
protected getMessagesBySection(section: SectionType): ChatMessage[];
|
|
1339
1341
|
protected get messagesWithNoSection(): ChatMessage[];
|
|
1340
1342
|
estimateTokens(text: string): number;
|