add feedback policies integration with copilot (#1745)

* add feedback policies integration with copilot

* remove teaching bubble and welcome modal

* force prod phoenix endpoint in MPAC

* force prod phoenix endpoint in MPAC
This commit is contained in:
sunghyunkang1111
2024-03-06 10:33:21 -06:00
committed by GitHub
parent b3837a089d
commit 56c0049e9a
6 changed files with 103 additions and 99 deletions

View File

@@ -407,6 +407,7 @@ export interface DataExplorerInputsFrame {
features?: {
[key: string]: string;
};
feedbackPolicies?: any;
}
export interface SelfServeFrameInputs {