diff --git a/frontend/src/lib/components/copilot/chat/script/core.ts b/frontend/src/lib/components/copilot/chat/script/core.ts index ef6e167a84d9b..438fdf45ce235 100644 --- a/frontend/src/lib/components/copilot/chat/script/core.ts +++ b/frontend/src/lib/components/copilot/chat/script/core.ts @@ -30,13 +30,8 @@ const SCORE_THRESHOLD = 1000 const DOCS_CONTEXT_PERCENTAGE = 1 // percentage of the context window for types of npm packages const TYPES_CONTEXT_PERCENTAGE = 1 -// good providers for diff-based edit -export const DIFF_BASED_EDIT_PROVIDERS: AIProvider[] = [ - 'openai', - 'anthropic', - 'googleai', - 'azure_openai' -] +// TODO: Explore this again when we have better diff-based edit providers +export const DIFF_BASED_EDIT_PROVIDERS: AIProvider[] = [] export function formatResourceTypes( allResourceTypes: ResourceType[],