-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/reconstruct prompts #31
base: feature/admin-agent-manager
Are you sure you want to change the base?
Conversation
Bumps [hashicorp/random](https://github.com/hashicorp/terraform-provider-random) from 3.4.3 to 3.6.3. - [Release notes](https://github.com/hashicorp/terraform-provider-random/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-random/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-random@v3.4.3...v3.6.3) --- updated-dependencies: - dependency-name: hashicorp/random dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/hashicorp/terraform-provider-azuread/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azuread/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-azuread@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: hashicorp/azuread dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 4.14.0 to 4.16.0. - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-azurerm@v4.14.0...v4.16.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [azure/azapi](https://github.com/Azure/terraform-provider-azapi) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/Azure/terraform-provider-azapi/releases) - [Changelog](https://github.com/Azure/terraform-provider-azapi/blob/main/CHANGELOG.md) - [Commits](Azure/terraform-provider-azapi@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: azure/azapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 7 changed files in this pull request and generated no comments.
Files not reviewed (6)
- flows/ai_doc_review/prompts/definitive_language/agent.jinja2: Language not supported
- flows/ai_doc_review/prompts/definitive_language/consolidator.jinja2: Language not supported
- flows/ai_doc_review/prompts/definitive_language/guidelines.jinja2: Language not supported
- flows/ai_doc_review/prompts/grammar/agent.jinja2: Language not supported
- flows/ai_doc_review/prompts/grammar/consolidator.jinja2: Language not supported
- flows/ai_doc_review/prompts/grammar/guidelines.jinja2: Language not supported
@odedfis please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This pull request includes significant changes to the
flows/ai_doc_review
prompts and guidelines to streamline the instructions and remove redundancy. The primary focus is on simplifying the guidelines and ensuring consistency across different agents.Simplification and consistency improvements:
flows/ai_doc_review/prompts/definitive_language/agent.jinja2
: Simplified the prompt by directly including{{guidelines}}
and removing redundant guideline delimiters.flows/ai_doc_review/prompts/definitive_language/consolidator.jinja2
: Removed the "Guidelines" section to streamline the instructions.flows/ai_doc_review/prompts/definitive_language/guidelines.jinja2
: Replaced detailed guidelines with a simplified instruction set focusing on the agent's task.flows/ai_doc_review/prompts/grammar/agent.jinja2
: Simplified the prompt by directly including{{guidelines}}
and removing redundant guideline delimiters. [1] [2]flows/ai_doc_review/prompts/grammar/consolidator.jinja2
: Removed the "Guidelines" section to streamline the instructions.flows/ai_doc_review/prompts/grammar/guidelines.jinja2
: Replaced detailed guidelines with a simplified instruction set focusing on the agent's task.These changes aim to make the document review process more efficient by reducing unnecessary complexity and ensuring that each agent focuses on their specific tasks.