mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
test(langfuse): fix feedback sampling fixture
This commit is contained in:
parent
35efbcc982
commit
987e9b8e46
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ describe('Message Operations', () => {
|
|||
|
||||
const result = await updateMessage(mockCtx.userId, {
|
||||
messageId: 'msg123',
|
||||
feedback: { rating: 'thumbsUp' },
|
||||
feedback: { rating: 'thumbsUp', tag: undefined },
|
||||
});
|
||||
|
||||
expect(result?.langfuseSampled).toBe(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue