diff --git a/dotnet/src/Types.cs b/dotnet/src/Types.cs
index 2bb643c75..f41d5d679 100644
--- a/dotnet/src/Types.cs
+++ b/dotnet/src/Types.cs
@@ -2983,8 +2983,9 @@ protected SessionConfigBase(SessionConfigBase? other)
/// and , with explicit
/// values taking precedence on name collision.
///
- /// Custom instruction files (.github/copilot-instructions.md, AGENTS.md, etc.)
- /// are always loaded from the working directory regardless of this setting.
+ /// Agent discovery (e.g. .github/agents/) is only performed when this is
+ /// . Use to control
+ /// loading of custom instruction files independently.
///
///
public bool? EnableConfigDiscovery { get; set; }