guidewire-oss / fern-reporter

A ginkgo test reporter extension for storing test run information and also for reporting html pages
Apache License 2.0
22 stars 12 forks source link

Feat: Use chatgpt to identify insights from data #51

Open anoop2811 opened 10 months ago

anoop2811 commented 10 months ago

When we click on insights page on the server, create a second tab that is able to use prompt engineering, send data and graphql schema over to chatgpt and get insights in graphs and also in written commentary

This needs to be optional and be one of the options when creating the client

ANIRUDH-333 commented 5 months ago

Hii @anoop2811, was tinkering fern from a couple of days. Wanted to contribute to this issue. Can I take this up? Also, can we use Gemini API to start with because OpenAI is not providing free API.

anoop2811 commented 5 months ago

Sure. Make it experimental behind a flag so that users are not forced to use it. Some users may not want to share info with generic public LLMs

ANIRUDH-333 commented 5 months ago

Since this is dependent on the client and the UI repos, I will create the corresponding issues in the respective repositories and add their scopes. It will make it more trackable. Following are the corresponding issue in the respective repositories.

fern-ui - https://github.com/Guidewire/fern-ui/issues/6 fern-ginkgo-client - https://github.com/Guidewire/fern-ginkgo-client/issues/9