Skip to content

Conversation

@rogerbarreto rogerbarreto self-assigned this Jan 12, 2026
Copilot AI review requested due to automatic review settings January 12, 2026 17:37
@markwallace-microsoft markwallace-microsoft added documentation Improvements or additions to documentation .NET labels Jan 12, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the multiturn conversation sample to demonstrate using conversation IDs with the Azure Foundry Agents framework. The changes enable conversations to be visible in the Azure Foundry Project UI while maintaining backward compatibility with the previous PreviousResponseId-based approach.

Changes:

  • Added ProjectConversationsClient integration to create and manage conversations
  • Updated thread creation to accept conversation IDs for UI visibility
  • Enhanced documentation to explain the difference between conversation ID and PreviousResponseId approaches

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
dotnet/samples/GettingStarted/FoundryAgents/FoundryAgents_Step02_MultiturnConversation/README.md Updated documentation to describe conversation ID usage, added explanation of conversation ID vs PreviousResponseId, and updated step descriptions
dotnet/samples/GettingStarted/FoundryAgents/FoundryAgents_Step02_MultiturnConversation/Program.cs Added conversation creation/deletion, updated thread creation to use conversation IDs, changed agent type from AIAgent to ChatClientAgent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation .NET

Projects

None yet

3 participants