Skip to content

MS Learn Module Update Request: [REPLACE_WITH_MODULE_TITLE] #367

Description

@pablo-queirolo

Which of the MS Learn modules from the dropdown are you submitting an update request?

None

Additional information

  • Fix a broken user experience (broken links, exercise error, etc.)
  • Update incorrect information
  • Add new content to the module
  • Some other request

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].

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions