Skip to content

Commit ed9960a

Browse files
committed
fix: typescript compile error, unsure how it got past CI.
1 parent 07b2916 commit ed9960a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent/src/utils/errors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Provider configuration map
22

3-
import { providerConfig } from '../core/llm/provider';
3+
import { providerConfig } from '../core/llm/provider.js';
44

55
/**
66
* Generates a provider-specific API key error message

0 commit comments

Comments
 (0)