@notebook-intelligence/notebook-intelligence 2.2.0 → 2.2.1
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/lib/chat-sidebar.js +1 -0
- package/package.json +1 -1
- package/src/chat-sidebar.tsx +1 -0
package/lib/chat-sidebar.js
CHANGED
package/package.json
CHANGED
package/src/chat-sidebar.tsx
CHANGED
|
@@ -1349,6 +1349,7 @@ function SidebarComponent(props: any) {
|
|
|
1349
1349
|
telemetryEmitter.emitTelemetryEvent({
|
|
1350
1350
|
type: TelemetryEventType.ChatRequest,
|
|
1351
1351
|
data: {
|
|
1352
|
+
chatMode,
|
|
1352
1353
|
chatModel: {
|
|
1353
1354
|
provider: NBIAPI.config.chatModel.provider,
|
|
1354
1355
|
model: NBIAPI.config.chatModel.model
|