fix(core): update
This commit is contained in:
@ -25,7 +25,7 @@ tap.test('should create chat response with openai', async () => {
|
||||
],
|
||||
});
|
||||
console.log(`userMessage: ${userMessage}`);
|
||||
console.log(response.message.content);
|
||||
console.log(response.message);
|
||||
});
|
||||
|
||||
tap.test('should document a pdf', async () => {
|
||||
|
Reference in New Issue
Block a user