-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[FEATURE REQ] Strip analyzer output to bare minimum using a flag/parameter #47145
Copy link
Copy link
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
Solution
Adding a flag/parameter in the sdk so that we can create an MCP Server that has the possibility of stripping the analyzer output to the bare minimum so have a much smaller waste of tokens inside the context window for copilot studio.
Additional Context
By bare minimum I mean just the result of the analysis so:
{
"key":"value",
"key":"value",
"key":"value"
}
and also keep the consumed token for the analysis.