You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/python/copilotstudio-client/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
To set up this sample, you will need the following:
6
6
7
-
-[Python](https://www.python.org/) version 3.9 or higher
7
+
1.[Python](https://www.python.org/) version 3.9 or higher
8
8
2. An Agent Created in Microsoft Copilot Studio or access to an existing Agent.
9
9
3. Ability to Create an Application Identity in Azure for a Public Client/Native App Registration Or access to an existing Public Client/Native App registration with the `CopilotStudio.Copilots.Invoke` API Permission assigned.
10
10
@@ -81,4 +81,5 @@ python -m src.main
81
81
This should challenge you to login and connect to the Copilot Studio Hosted agent, allowing you to communicate via a console interface.
82
82
83
83
## Further Reading
84
-
For more information on logging configuration, see the logging section in the Quickstart Agent sample README.
84
+
85
+
For more information on logging configuration, see the logging section in the Quickstart Agent sample README.
0 commit comments