DX-1264: Update Exports & Add CI Tests #401
Annotations
2 errors and 1 warning
src/rag-chat.test.ts#L78
[
{
content: "What year was the construction of the Eiffel Tower completed, and what is its height?",
id: "0",
role: "user",
+ },
+ {
+ content: "According to the context, the construction of the Eiffel Tower was completed in 1889, and it stands at a height of 330 meters.",
+ id: "1",
+ role: "assistant",
+ },
+ {
+ content: "What year was the construction of the Eiffel Tower completed, and what is its height?",
+ id: "2",
+ role: "user",
}
]
- Expected - 0
+ Received + 10
at /home/runner/work/rag-chat/rag-chat/src/rag-chat.test.ts:78:28
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading