You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,6 +104,7 @@ export async function rewriteWithOpenAI(params: {
101
104
userInputId: string
102
105
userId: string|undefined
103
106
userMessage: string|undefined
107
+
logger: Logger
104
108
}): Promise<string>{
105
109
const{
106
110
oldContent,
@@ -111,6 +115,7 @@ export async function rewriteWithOpenAI(params: {
111
115
userInputId,
112
116
userId,
113
117
userMessage,
118
+
logger,
114
119
}=params
115
120
constprompt=`You are an expert programmer tasked with implementing changes to a file. Please rewrite the file to implement the changes shown in the edit snippet, while preserving the original formatting and behavior of unchanged parts.
0 commit comments