We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CopilotResponse
1 parent 5da719a commit 98d73d6Copy full SHA for 98d73d6
shell/agents/Microsoft.Azure.Agent/AzureAgent.cs
@@ -17,7 +17,7 @@ public sealed class AzureAgent : ILLMAgent
17
public string SettingFile { private set; get; }
18
19
internal ArgumentPlaceholder ArgPlaceholder { set; get; }
20
- internal CopilotResponse CopilotResponse { set; get; }
+ internal CopilotResponse CopilotResponse => _copilotResponse;
21
22
private const string SettingFileName = "az.config.json";
23
private const string LoggingFileName = "log..txt";
0 commit comments