Skip to content

Conversation

@crisbeto
Copy link
Member

@crisbeto crisbeto commented Dec 15, 2025

Adds the analysisPrompts field to the environment config that allows users to define their own prompts for analyzing the eval results. Example:

{
  // Usual config fields...
  analysisPrompts: [{name: 'Custom analysis', path: './custom-analysis.md'}]
}

Each of the prompts will show up like this in the report:
image

Adds the `analysisPrompts` field to the environment config that allows users to define their own prompts for analyzing the eval results. Example:

```
{
  // Usual config fields...
  analysisPrompts: [{name: 'Custom analysis', path: './custom-analysis.md'}]
}
```
@crisbeto crisbeto merged commit 54c1cc4 into angular:main Dec 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants