File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/AskAi Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ describe('AskAiAnswer Component', () => {
6363 {
6464 id : 'some-id-1' ,
6565 timestamp : 0 ,
66- type : 'ai_message ' ,
66+ type : 'ai_message_chunk ' ,
6767 data : {
6868 content :
6969 'Elasticsearch is a distributed search engine...' ,
@@ -134,7 +134,7 @@ describe('AskAiAnswer Component', () => {
134134 {
135135 id : 'some-id-1' ,
136136 timestamp : 1 ,
137- type : 'ai_message ' ,
137+ type : 'ai_message_chunk ' ,
138138 data : {
139139 content : 'Here is your answer about Elasticsearch.' ,
140140 } ,
@@ -188,7 +188,7 @@ describe('AskAiAnswer Component', () => {
188188 {
189189 id : 'some-id-1' ,
190190 timestamp : 12345 ,
191- type : 'ai_message ' ,
191+ type : 'ai_message_chunk ' ,
192192 data : { content : 'Here is your answer.' } ,
193193 } ,
194194 ]
You can’t perform that action at this time.
0 commit comments