We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40d52d commit 821be01Copy full SHA for 821be01
frontend/src/lib/components/copilot/chat/script/core.ts
@@ -30,13 +30,8 @@ const SCORE_THRESHOLD = 1000
30
const DOCS_CONTEXT_PERCENTAGE = 1
31
// percentage of the context window for types of npm packages
32
const TYPES_CONTEXT_PERCENTAGE = 1
33
-// good providers for diff-based edit
34
-export const DIFF_BASED_EDIT_PROVIDERS: AIProvider[] = [
35
- 'openai',
36
- 'anthropic',
37
- 'googleai',
38
- 'azure_openai'
39
-]
+// TODO: Explore this again when we have better diff-based edit providers
+export const DIFF_BASED_EDIT_PROVIDERS: AIProvider[] = []
40
41
export function formatResourceTypes(
42
allResourceTypes: ResourceType[],
0 commit comments