@opentrace/opentrace 0.4.0-rc.641 → 0.4.0-rc.645

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.
@@ -70325,6 +70325,7 @@ function ChatPanel({
70325
70325
  onChatHighlight,
70326
70326
  onQuestionSubmit,
70327
70327
  repoUrl,
70328
+ projectKey,
70328
70329
  onWidthChange,
70329
70330
  settingsFooter
70330
70331
  }) {
@@ -70363,7 +70364,7 @@ function ChatPanel({
70363
70364
  persistMessages,
70364
70365
  loadingConversation,
70365
70366
  foundNodeIds: restoredFoundNodeIds
70366
- } = useConversation(repoUrl, historyEnabled);
70367
+ } = useConversation(projectKey ?? repoUrl, historyEnabled);
70367
70368
  const [showSettings, setShowSettings] = React.useState(false);
70368
70369
  const [input, setInput] = React.useState("");
70369
70370
  const [streaming, setStreaming] = React.useState(false);
@@ -79237,4 +79238,4 @@ exports.useGraph = useGraph;
79237
79238
  exports.useGraphData = useGraphData;
79238
79239
  exports.useGraphInteraction = useGraphInteraction;
79239
79240
  exports.useGraphViewer = useGraphViewer;
79240
- //# sourceMappingURL=SidePanel-jPUHB6Wr.cjs.map
79241
+ //# sourceMappingURL=SidePanel-DacVjrAf.cjs.map