Skip to content

Commit 3fd8b1f

Browse files
committed
Remove unneeded changes to CopilotResponse
1 parent 7f07524 commit 3fd8b1f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

shell/agents/Microsoft.Azure.Agent/ChatSession.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ internal async Task<CopilotResponse> GetChatResponseAsync(string input, IStatusC
305305
activity.ExtractMetadata(out string[] suggestion, out ConversationState state);
306306
ret.SuggestedUserResponses = suggestion;
307307
ret.ConversationState = state;
308-
ret.ReplyTo = activityId;
309308
}
310309

311310
return ret;

shell/agents/Microsoft.Azure.Agent/Schema.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ internal CopilotResponse(CopilotActivity activity)
122122
internal ChunkReader ChunkReader { get; }
123123
internal string Text { get; }
124124
internal string Locale { get; }
125-
public string ReplyTo { get; set; }
126125
internal string TopicName { get; }
127126
internal string ReplyToId { get; }
128127
internal string[] SuggestedUserResponses { get; set; }

0 commit comments

Comments
 (0)