@pluno/product-agent-web 0.1.81 → 0.1.83

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/index.d.ts CHANGED
@@ -202,6 +202,7 @@ export declare class PlunoProductAgent {
202
202
  sendMessage(content: string, options?: {
203
203
  attachments?: ProductAgentAttachment[];
204
204
  clientMessageId?: string;
205
+ initiatedBy?: "pluno";
205
206
  }): string | null;
206
207
  retryLastMessage(): boolean;
207
208
  createLocalAttachment(file: File): ProductAgentAttachment;
@@ -0,0 +1 @@
1
+ export declare function normalizeAssistantMarkdown(markdown: string): string;