mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Added more examples (#208)
* Small cleanup * Added Azure and Foundry chat client samples * Added Azure chat client agent example
This commit is contained in:
committed by
GitHub
Unverified
parent
d964b05ae7
commit
160c846b39
@@ -6,7 +6,6 @@ from typing import Annotated
|
||||
|
||||
from agent_framework import ChatClientAgent
|
||||
from agent_framework.foundry import FoundryChatClient
|
||||
from dotenv import load_dotenv
|
||||
from pydantic import Field
|
||||
|
||||
|
||||
@@ -33,5 +32,4 @@ async def main() -> None:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
load_dotenv()
|
||||
asyncio.run(main())
|
||||
|
||||
Reference in New Issue
Block a user