Skip to content

Commit 1d4f88f

Browse files
committed
Annotate the shared instruction loader for declaration builds
1 parent c7ed076 commit 1d4f88f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/api/src/code/instructions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ export function createRepositoryInstructionLoader() {
137137
}
138138

139139
/** Shared bounded cache across all agent initialization ingresses. */
140-
export const loadRepositoryInstructions = createRepositoryInstructionLoader();
140+
export const loadRepositoryInstructions: ReturnType<typeof createRepositoryInstructionLoader> =
141+
createRepositoryInstructionLoader();

0 commit comments

Comments
 (0)