Skip to content

Commit 470661f

Browse files
giles17Copilot
andcommitted
fix: replace geopolitical term in copilot-studio example
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0314de6 commit 470661f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent-framework/agents/providers/copilot-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def streaming_example():
8484
agent = CopilotStudioAgent()
8585

8686
print("Agent: ", end="", flush=True)
87-
async for chunk in agent.run("What is the capital of France?", stream=True):
87+
async for chunk in agent.run("What is the largest city in France?", stream=True):
8888
if chunk.text:
8989
print(chunk.text, end="", flush=True)
9090
print()

0 commit comments

Comments
 (0)