@@ -48,7 +48,7 @@ describe("Segment Tracking", () => {
48
48
anonymousId : "anon123" ,
49
49
path : "/chat" ,
50
50
url : "https://example.com/chat" ,
51
- ai_chatId : commonParams . conversationId . toString ( ) ,
51
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
52
52
ai_chat_tags : "tag1,tag2" ,
53
53
} ,
54
54
} ) ;
@@ -104,8 +104,8 @@ describe("Segment Tracking", () => {
104
104
anonymousId : "anon123" ,
105
105
path : "/chat" ,
106
106
url : "https://example.com/chat" ,
107
- ai_chatId : commonParams . conversationId . toString ( ) ,
108
- ai_chat_verified : "true" ,
107
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
108
+ ai_chat_verified_answer : "true" ,
109
109
} ,
110
110
} ) ;
111
111
} ) ;
@@ -131,8 +131,8 @@ describe("Segment Tracking", () => {
131
131
anonymousId : "anon123" ,
132
132
path : "/chat" ,
133
133
url : "https://example.com/chat" ,
134
- ai_chatId : commonParams . conversationId . toString ( ) ,
135
- ai_chat_verified : "false" ,
134
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
135
+ ai_chat_verified_answer : "false" ,
136
136
ai_chat_rejected_reason : "off-topic" ,
137
137
} ,
138
138
} ) ;
@@ -158,8 +158,8 @@ describe("Segment Tracking", () => {
158
158
anonymousId : "anon123" ,
159
159
path : "/chat" ,
160
160
url : "https://example.com/chat" ,
161
- ai_chatId : commonParams . conversationId . toString ( ) ,
162
- ai_chat_verified : "false" ,
161
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
162
+ ai_chat_verified_answer : "false" ,
163
163
} ,
164
164
} ) ;
165
165
} ) ;
@@ -214,7 +214,7 @@ describe("Segment Tracking", () => {
214
214
anonymousId : "anon123" ,
215
215
path : "/chat" ,
216
216
url : "https://example.com/chat" ,
217
- ai_chatId : commonParams . conversationId . toString ( ) ,
217
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
218
218
ai_chat_rating : "positive" ,
219
219
} ,
220
220
} ) ;
@@ -240,7 +240,7 @@ describe("Segment Tracking", () => {
240
240
anonymousId : "anon123" ,
241
241
path : "/chat" ,
242
242
url : "https://example.com/chat" ,
243
- ai_chatId : commonParams . conversationId . toString ( ) ,
243
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
244
244
ai_chat_rating : "negative" ,
245
245
} ,
246
246
} ) ;
@@ -297,8 +297,8 @@ describe("Segment Tracking", () => {
297
297
anonymousId : "anon123" ,
298
298
path : "/chat" ,
299
299
url : "https://example.com/chat" ,
300
- ai_chatId : commonParams . conversationId . toString ( ) ,
301
- ai_chat_comment : "This was very helpful!" ,
300
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
301
+ ai_chat_user_comment : "This was very helpful!" ,
302
302
ai_chat_rating : "positive" ,
303
303
} ,
304
304
} ) ;
@@ -325,8 +325,8 @@ describe("Segment Tracking", () => {
325
325
anonymousId : "anon123" ,
326
326
path : "/chat" ,
327
327
url : "https://example.com/chat" ,
328
- ai_chatId : commonParams . conversationId . toString ( ) ,
329
- ai_chat_comment : "This wasn't helpful at all." ,
328
+ ai_chat_conversation_id : commonParams . conversationId . toString ( ) ,
329
+ ai_chat_user_comment : "This wasn't helpful at all." ,
330
330
ai_chat_rating : "negative" ,
331
331
} ,
332
332
} ) ;
0 commit comments