Cmdlet
Send-IntelligenceXFeedback
Uploads textual feedback to the app-server feedback endpoint.
Examples
Example 1
Send-IntelligenceXFeedback -Content "The review missed the nullable warning."
Send feedback
Example 2
$note = "Reviewer suggestion: add timeout handling.`nObserved on Windows PS 7.5."; Send-IntelligenceXFeedback -Content $note
Send feedback from a multi-line here-string
Example 3
Send-IntelligenceXFeedback -Client $client -Content "MCP OAuth instructions were unclear for first-time users."
Send feedback with an explicit client
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Send-IntelligenceXFeedback -Content <string> [-Client <IntelligenceXClient>] [<CommonParameters>]#Parameters
- Content string
- Feedback text content to upload.
- Client IntelligenceXClient
- Client instance to use. Defaults to the active client.