Both modes share the same underlying Microsoft Graph API client and authentication logic. extract-teams-chat/ ├── server.py # FastAPI entry point (serves API + static web files) ├── requirements.txt # ...
Hi! I'm trying to figure out how to track the finish_reason of my agents when using the Runner class. Before switching to this repo, I was monitoring the finish_reason from each completion and logging ...