Which of the MS Learn modules from the dropdown are you submitting an update request?
None
Additional information
Information about the requested update
I tried to complete exercise in unit 4 of "[GitHub Copilot Fundamentals Part 2 of 2][Building applications with GitHub Copilot agent mode]" but I had two issues:
The two prompt files included have syntax error that has to be fixed to advance to the next step.
Instead of:
mode: 'agent'
model: GPT-5.5
description: 'Create the Node.js logic tier for the Octofit multi-tier application'
...
It should be:
agent: "agent"
description: "Create the Node.js logic tier for the Octofit multi-tier application"
...
The code generation in Step 5 of the exercise does not match the expected code validated when the change is commited, then it is not possible to move to next step.
My repository is: https://github.com/pablo-queirolo/skills-build-applications-w-copilot-agent-mode.git and the branch with the exercise advance is [build-octofit-app].
Which of the MS Learn modules from the dropdown are you submitting an update request?
None
Additional information
Information about the requested update
I tried to complete exercise in unit 4 of "[GitHub Copilot Fundamentals Part 2 of 2][Building applications with GitHub Copilot agent mode]" but I had two issues:
The two prompt files included have syntax error that has to be fixed to advance to the next step.
Instead of:
mode: 'agent'
model: GPT-5.5
description: 'Create the Node.js logic tier for the Octofit multi-tier application'
...
It should be:
agent: "agent"
description: "Create the Node.js logic tier for the Octofit multi-tier application"
...
The code generation in Step 5 of the exercise does not match the expected code validated when the change is commited, then it is not possible to move to next step.
My repository is: https://github.com/pablo-queirolo/skills-build-applications-w-copilot-agent-mode.git and the branch with the exercise advance is [build-octofit-app].