You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/src/SemanticKernel.Core/Memory/AIContextExtensions.cs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,20 @@ public static class AIContextExtensions
18
18
/// </summary>
19
19
/// <param name="plugins">The plugins collection to register the <see cref="AIFunction"/> objects on.</param>
20
20
/// <param name="aiContext">The <see cref="AIContext"/> to get plugins from.</param>
21
-
/// <param name="pluginName">The name to give to the plugin.</param>
21
+
/// <param name="pluginName">The name to give to the plugin. This will be appended with _x where x is an ascending number, until a unique plugin name is found.</param>
0 commit comments