Skip to content

Commit 2e181bd

Browse files
committed
Remove unneeded changes to CopilotResponse
1 parent 63ad166 commit 2e181bd

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
@@ -308,7 +308,6 @@ internal async Task<CopilotResponse> GetChatResponseAsync(string input, IStatusC
308308
activity.ExtractMetadata(out string[] suggestion, out ConversationState state);
309309
ret.SuggestedUserResponses = suggestion;
310310
ret.ConversationState = state;
311-
ret.ReplyTo = activityId;
312311
}
313312

314313
return ret;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ internal CopilotResponse(CopilotActivity activity)
168168
internal ChunkReader ChunkReader { get; }
169169
internal string Text { get; }
170170
internal string Locale { get; }
171-
public string ReplyTo { get; set; }
172171
internal string TopicName { get; }
173172
internal string ReplyToId { get; }
174173
internal string[] SuggestedUserResponses { get; set; }

0 commit comments

Comments
 (0)