Skip to content

Commit 32a051a

Browse files
author
marker dao ®
committed
fix(ai-demps)
1 parent 77e7348 commit 32a051a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/demos/Demos/Chat/AIAndChatbotIntegration/Angular/app/ai/ai.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable } from '@angular/core';
22
import { AzureOpenAI, OpenAI } from 'openai';
3-
import { type AIResponse } from 'devextreme/common/ai-integration';
3+
import { type AIResponse } from 'devextreme-angular/common/ai-integration';
44

55
export type AIMessage = (
66
OpenAI.ChatCompletionUserMessageParam

apps/demos/Demos/Chat/AIAndChatbotIntegration/React/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AzureOpenAI, OpenAI } from 'openai';
2-
import { type AIResponse } from 'devextreme/common/ai-integration';
2+
import { type AIResponse } from 'devextreme-react/common/ai-integration';
33

44
export type AIMessage = (
55
OpenAI.ChatCompletionUserMessageParam

apps/demos/Demos/Chat/AIAndChatbotIntegration/Vue/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AzureOpenAI, OpenAI } from 'openai';
2-
import { type AIResponse } from 'devextreme/common/ai-integration';
2+
import { type AIResponse } from 'devextreme-vue/common/ai-integration';
33

44
export type AIMessage = (
55
OpenAI.ChatCompletionUserMessageParam

0 commit comments

Comments
 (0)