Copilot Studio specifies workflow scoped variables as Topic scope.
For Foundry Workflows, we want to use Workflow scope to mean the same thing.
This involves:
- Adding support to Copilot Studio Object Model (& Runtime)
- Updating
agent-framework dependency on the Copilot Studio Object Model
- Change usage of
VariableScopeNames.Topic to VariableScopeNames.Workflow
Sample workflows required update at (https://github.com/microsoft/agent-framework/tree/main/workflows).
Copilot Studio specifies workflow scoped variables as
Topicscope.For Foundry Workflows, we want to use
Workflowscope to mean the same thing.This involves:
agent-frameworkdependency on the Copilot Studio Object ModelVariableScopeNames.TopictoVariableScopeNames.WorkflowSample workflows required update at (https://github.com/microsoft/agent-framework/tree/main/workflows).