We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d44ce2 commit c4c90d6Copy full SHA for c4c90d6
1 file changed
examples/Python/ChatAgent/app.py
@@ -26,7 +26,7 @@ async def main():
26
print("Agent response: ", response.text)
27
input("Press enter to continue...")
28
29
- print("Exiting... Goodbye...")
+ print("Exiting... Goodbye...")
30
31
if __name__ == "__main__":
32
asyncio.run(main())
0 commit comments