mirror of https://github.com/dapr/dapr-agents.git
style: add file i missed for formatting
Signed-off-by: Samantha Coyle <sam@diagrid.io>
This commit is contained in:
parent
4b081c6984
commit
00e0863bef
|
|
@ -5,6 +5,7 @@ from dotenv import load_dotenv
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
|
|
||||||
# Wrap your async call
|
# Wrap your async call
|
||||||
async def main():
|
async def main():
|
||||||
from phoenix.otel import register
|
from phoenix.otel import register
|
||||||
|
|
@ -41,5 +42,6 @@ async def main():
|
||||||
|
|
||||||
await AIAgent.run("What is the weather in Virginia, New York and Washington DC?")
|
await AIAgent.run("What is the weather in Virginia, New York and Washington DC?")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
asyncio.run(main())
|
asyncio.run(main())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue