Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add Copilot Provider #511

Closed
Grant-Archibald-MS opened this issue Dec 20, 2024 · 1 comment
Closed

[Feature]: Add Copilot Provider #511

Grant-Archibald-MS opened this issue Dec 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Grant-Archibald-MS
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I would like to request the addition of a Copilot provider in the PowerApps TestEngine.

Goals:

Enable seamless login using MFA-enabled authentication providers.
Allow selection and testing of different agents.
Provide interaction capabilities with the agent testing environment.

Describe the solution you'd like

This feature should allow users to:

  • Log in to copilotstudio.microsoft.com using existing Test Engine MFA-enabled authentication providers.
  • Select an agent to test.
  • Interact with the "Test your agent" functionality.
  • Power Fx Functions:
    • Entry of Text
    • Results from agent
    • Activity Map (Actions Executed, Outcomes, Variables)
    • Assert values and collections to validate correct results

Possible Power Fx

Wait(Greeting.Text,"Hello, I’m your virtual support agent here to help you with updates on your incidents!");
Enter("What's the latest on tickets INC0009005 and INC0007001, please?");
Set(Response, WaitResponse());
Assert(CountRows(Actions, Name="ServiceNow ticket details") > 0);
Assert(Response = "I am unable to find those tickets");

Describe alternatives you've considered

No response

Additional context?

No response

@Grant-Archibald-MS
Copy link
Contributor Author

Closing as duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant