cache #465
Annotations
3 errors
packages/core/src/chatcache.ts#L23
The function `getChatCompletionCache` has been modified to no longer accept an argument. This could potentially break any existing calls to this function that are passing an argument.
|
packages/core/src/openai.ts#L70
The function `getChatCompletionCache` is called without an argument. This could potentially break the functionality if the function was expected to handle different cache names.
|
packages/core/src/promptrunner.ts#L330
An error is logged but not handled. This could lead to unexpected behavior or crashes. Consider throwing the error after logging, or handle it appropriately.
|
This job succeeded
Loading