opensearch-project / skills-eval

Eval framework for evaluating quality and performance of skills for ml-common's agent framework
Apache License 2.0
1 stars 7 forks source link

feat: Add basic test case for visualization tool #19

Closed Hailong-am closed 8 months ago

Hailong-am commented 8 months ago

Description

Add basic test case for visualization tool.

The test use olly_chat as API_PROVIDER, before run the test you need to change the API_PROVIDER to olly_chat in .env file and have olly_chat setup, after that you can run it with npm run test -- src/tests/viz/viz.test.ts

Issues Resolved

[List any issues this PR will resolve]

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.