Add write-up for session 2 english#19
Merged
pamelafox merged 5 commits intoAzure-Samples:mainfrom Feb 26, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the English Session 2 write-up for the Python + Agents series, including annotated slides with timestamps and supporting slide images.
Changes:
- Added
presentations/english/session-2/README.mdwith a full Session 2 write-up (annotated slides + Q&A summary). - Added new slide images referenced by the write-up under
presentations/english/session-2/images/. - Included a
chat_history.dbfile in the PR contents.
Reviewed changes
Copilot reviewed 1 out of 47 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| presentations/english/session-2/README.md | New Session 2 write-up with table of contents, annotated slides + timestamps, and Q&A sections. |
| presentations/english/session-2/images/slide_9.png | Added slide image referenced by the write-up. |
| presentations/english/session-2/images/slide_12.png | Added slide image referenced by the write-up. |
| presentations/english/session-2/images/slide_18.png | Added slide image referenced by the write-up. |
| presentations/english/session-2/images/slide_35.png | Added slide image referenced by the write-up. |
| chat_history.db | Database file included in PR contents. |
Comments suppressed due to low confidence (1)
presentations/english/session-2/README.md:125
- This sentence uses “Microsoft agent framework” while other parts of the doc use “Microsoft Agent Framework”. Standardizing capitalization here would keep terminology consistent across the write-up.
Session memory involves tracking all messages and tool interactions within a single conversation. The Microsoft agent framework provides a `session` abstraction with unique IDs to manage this. By creating a session and passing it with each agent run, the agent maintains full context of the ongoing conversation, enabling accurate follow-up responses. Sessions can be serialized and shared across different agents, making them portable and restorable across time.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 47 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
lgtm! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds session 2 writeup