Skip to content

Commit 16c8ea5

Browse files
author
Johan Broberg
committed
Merge branch 'users/johanb/AgentFrameworkRTP' of https://github.com/microsoft/Agent365-dotnet into users/johanb/AgentFrameworkRTP
2 parents 56ff7a5 + 3afb87d commit 16c8ea5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tooling/Extensions/AgentFramework/Services/McpToolRegistrationService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ public async Task<OperationResult> SendChatHistoryAsync(
276276
try
277277
{
278278
// Retrieve messages from the store asynchronously
279-
// Use ToListAsync extension method to efficiently materialize the async enumerable
280279
var messages = await chatMessageStore.GetMessagesAsync(cancellationToken).ConfigureAwait(false);
281280

282281
// Delegate to the IEnumerable overload

0 commit comments

Comments
 (0)