Skip to content

Commit f1a6bf3

Browse files
committed
[codecane] fix types
1 parent 45cd08b commit f1a6bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agent-runtime/src/run-programmatic-step.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const runIdToGenerator: Record<string, StepGenerator | undefined> = {}
2929
export const runIdToStepAll: Set<string> = new Set()
3030

3131
// Function to clear the generator cache for testing purposes
32-
export function clearAgentGeneratorCache() {
32+
export function clearAgentGeneratorCache(params: { logger: Logger }) {
3333
for (const key in runIdToGenerator) {
3434
delete runIdToGenerator[key]
3535
}

0 commit comments

Comments
 (0)