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

[Copilot] Allow capabilities to run in background #3225

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

encimita
Copy link
Contributor

@encimita encimita commented Mar 11, 2025

Summary

When the AL developer toolkit was introduced, our AI systems were still in an early stage, and we did not have an infrastructure capable of supporting high volumes of calls, or throttling capabilities, or use cases that required running AI capabilities in the background.
Now we have a strong Copilot backend that can throttle high usage, measure consumption, as well as Agents that run in the background and can use AI to provide huge business values for customers and users of the system.
Removing the gating that doesn't allow using capabilities in background sessions.

Work Item(s)

Fixes AB#568894

@encimita encimita marked this pull request as ready for review March 11, 2025 11:27
@encimita encimita requested a review from a team as a code owner March 11, 2025 11:27
@github-actions github-actions bot added this to the Version 27.0 milestone Mar 11, 2025
@encimita encimita requested review from darjoo, msft-sam and mynjj March 11, 2025 11:28
EvgenijKorovin
EvgenijKorovin previously approved these changes Mar 11, 2025
begin
if GuiAllowed() then
exit;

if AOAIAuthorization.GetResourceUtilization() = Enum::"AOAI Resource Utilization"::"Self-Managed" then
exit;

Error(CapabilityBackgroundErr);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't remove the gating mechanism though. It enforces it for Self-Managed.
We should remove this function check entirely to allow the call to run in the background.

@mynjj
Copy link
Contributor

mynjj commented Mar 11, 2025

❤️

@encimita encimita marked this pull request as draft March 13, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants