make defOutputProcessor more flexible #463
Annotations
3 errors
packages/core/src/trace.ts#L199
The change from `details: false` to `details: true` in the `renderError` function call might expose sensitive error details. Please ensure this does not lead to any security vulnerabilities. 🛡️
|
packages/core/src/trace.ts#L229
The change in error message construction might lead to unclear error messages. The new code concatenates `message` and `emsg` with a comma, which might not make sense if one of them is undefined or empty. Please ensure the error messages are clear and helpful. 📝
|
packages/core/src/types/prompt_template.d.ts#L104
The addition of `void` and `Promise<void>` to the return types of `PromptOutputProcessorHandler` might lead to confusion as these types do not provide any meaningful information. Please ensure this is the intended behavior. 🔄
|
This job succeeded
Loading