Skip to content

Conversation

@crisbeto
Copy link
Member

Adds a couple of config options to the environment config that allow the user to augment the prompt before it is sent to the LLM and the files before they're evaluated.

Adds an option to the environment config that allows users to augment the resolved prompts before they're sent out.
Adds the ability for the user to augment a generated response before it is evaluated.
this.augmentExecutablePrompt!({
promptDef,
environment: this,
runner: this.augmentationRunner!,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick question: would we have an access to the underlying executor as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the environment exposes the executor.

@crisbeto crisbeto merged commit 852237d into angular:main Dec 19, 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.

2 participants