A repository is retiring a custom agent named legacy-workflow-fix-agent. The team wants the agent profile to remain in the repository for audit history, but it must not be manually selected by users and must not be automatically selected by Copilot model inference. The replacement agent is documented in the profile body. Which option completes the retired profile?
---
name: legacy-workflow-fix-agent
description: RETIRED. Use ci-remediation-agent for new workflow failures.
target: (Missing value 1)
(Missing value 2): false
(Missing value 3): true
tools: []
---
This custom agent is retired.
Historical issues and pull requests may still reference this profile name.
For new CI remediation work, use `ci-remediation-agent`.
Retirement record:
- Replacement: ci-remediation-agent
- Reason: merged responsibilities into the CI remediation workflow
- Audit note: do not delete historical PRs, issues, logs, or workflow artifactsChoose an answer
Tap an option to check your answer.
Correct answer: Missing value 1 = github-copilot Missing value 2 = user-invocable Missing value 3 = disable-model-invocation.
Why this is the answer
The correct answer sets target to github-copilot, user-invocable to false, and disable-model-invocation to true. Setting target: github-copilot correctly identifies the agent as a GitHub Copilot agent. Setting user-invocable: false prevents users from manually selecting the agent, fulfilling the requirement that it "must not be manually selected by users." Setting disable-model-invocation: true prevents Copilot model inference from automatically selecting the agent, addressing the requirement that it "must not be automatically selected by Copilot model inference." Option 1 is incorrect because vscode is not a valid target for this scenario. Options 2 and 4 incorrectly swap user-invocable and disable-model-invocation or use an incorrect key like infer, which would not achieve the desired outcome of preventing both manual and automatic selection.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed