There was an error while loading. Please reload this page.
1 parent c7ed076 commit 1d4f88fCopy full SHA for 1d4f88f
1 file changed
packages/api/src/code/instructions.ts
@@ -137,4 +137,5 @@ export function createRepositoryInstructionLoader() {
137
}
138
139
/** Shared bounded cache across all agent initialization ingresses. */
140
-export const loadRepositoryInstructions = createRepositoryInstructionLoader();
+export const loadRepositoryInstructions: ReturnType<typeof createRepositoryInstructionLoader> =
141
+ createRepositoryInstructionLoader();
0 commit comments