Skip to content

Commit

Permalink
Fix after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
vovakulikov committed Oct 22, 2024
1 parent c8e4317 commit d38593b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/shared/src/sourcegraph-api/graphql/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,6 @@ export interface Prompt {
}
}

export type PromptMode = 'CHAT' | 'EDIT' | 'INSERT'

export interface PromptInput {
owner: string
name: string
Expand Down
2 changes: 1 addition & 1 deletion vscode/src/chat/chat-view/prompts-migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ function generatePromptTextFromCommand(command: CodyCommand): string {
}

function repoKey(repositoryId: string) {
return `prefix11-${repositoryId}`
return `prefix12-${repositoryId}`
}

0 comments on commit d38593b

Please sign in to comment.