@dataclouder/ngx-agent-cards 0.1.1 → 0.1.3
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.
|
@@ -5,9 +5,6 @@ export declare class DcAgentCardDetailsComponent implements OnInit {
|
|
|
5
5
|
private agentCardService;
|
|
6
6
|
private route;
|
|
7
7
|
private cdr;
|
|
8
|
-
private userDataExchange;
|
|
9
|
-
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
10
|
-
constructor(...args: unknown[]);
|
|
11
8
|
agentCardId: string;
|
|
12
9
|
readonly onStartConversation: import("@angular/core").OutputEmitterRef<any>;
|
|
13
10
|
agentCard: IAgentCard;
|
|
@@ -10,7 +10,7 @@ export declare class ConversationService {
|
|
|
10
10
|
private isThinkingSignal;
|
|
11
11
|
private conversationSettingsSignal;
|
|
12
12
|
private isDestroyedSignal;
|
|
13
|
-
micStatusSignal: import("@angular/core").WritableSignal<"
|
|
13
|
+
micStatusSignal: import("@angular/core").WritableSignal<"ready" | "recording" | "listening" | "initializing" | "inactive" | "error" | "paused">;
|
|
14
14
|
currentAudioStatus: import("@angular/core").WritableSignal<{
|
|
15
15
|
message: MessageAudio;
|
|
16
16
|
completed: boolean;
|