@hef2024/llmasaservice-ui 0.16.8 → 0.16.9

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.mts CHANGED
@@ -221,6 +221,7 @@ interface AIAgentPanelProps {
221
221
  followOnQuestions?: string[];
222
222
  followOnPrompt?: string;
223
223
  historyListLimit?: number;
224
+ showConversationHistory?: boolean;
224
225
  }
225
226
  declare const AIAgentPanel: React__default.FC<AIAgentPanelProps>;
226
227
 
@@ -296,6 +297,7 @@ interface AIChatPanelProps {
296
297
  totalContextTokens?: number;
297
298
  maxContextTokens?: number;
298
299
  enableContextDetailView?: boolean;
300
+ onConversationCreated?: (conversationId: string) => void;
299
301
  }
300
302
  /**
301
303
  * Context section for the context viewer
package/dist/index.d.ts CHANGED
@@ -221,6 +221,7 @@ interface AIAgentPanelProps {
221
221
  followOnQuestions?: string[];
222
222
  followOnPrompt?: string;
223
223
  historyListLimit?: number;
224
+ showConversationHistory?: boolean;
224
225
  }
225
226
  declare const AIAgentPanel: React__default.FC<AIAgentPanelProps>;
226
227
 
@@ -296,6 +297,7 @@ interface AIChatPanelProps {
296
297
  totalContextTokens?: number;
297
298
  maxContextTokens?: number;
298
299
  enableContextDetailView?: boolean;
300
+ onConversationCreated?: (conversationId: string) => void;
299
301
  }
300
302
  /**
301
303
  * Context section for the context viewer