Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 778 Bytes

Promptfoo for VSCode Extension

Visualization of the configuration file for the PromptFoo project.

Usage

  1. Open promptfooconfig.yaml file
  2. Trigger Promtfoo: Render to see yaml flow.
  3. Trigger Promptfoo: Evaluate to get evaluate result.

Render Language Support

Roadmap / To do

  • Support Edit the promptfooconfig.yaml file.
  • Run the promptfooconfig project.
  • Mermaid visualization and editable.
  • Visualize the evaluation result.

Issues

Leave your issues on Issue Channel

Contribute

  1. git clone this repo
  2. npm install
  3. npm run compile
  4. F5 debug with your change
  5. Submit your code change with Pull Rquest