Skip to content

Commit 98d73d6

Browse files
committed
Fix the CopilotResponse property
1 parent 5da719a commit 98d73d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public sealed class AzureAgent : ILLMAgent
1717
public string SettingFile { private set; get; }
1818

1919
internal ArgumentPlaceholder ArgPlaceholder { set; get; }
20-
internal CopilotResponse CopilotResponse { set; get; }
20+
internal CopilotResponse CopilotResponse => _copilotResponse;
2121

2222
private const string SettingFileName = "az.config.json";
2323
private const string LoggingFileName = "log..txt";

0 commit comments

Comments
 (0)