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: shell/AIShell.Abstraction/ILLMAgent.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ public interface ILLMAgent : IDisposable
138
138
139
139
/// <summary>
140
140
/// Refresh the current chat or force starting a new chat session.
141
-
/// This method allows an agent to reset chat states, interact with user for authentication, print welcome message, and more.
141
+
/// This method allows an agent to reset chat states, refresh token or settings, interact with user for authentication, print welcome message, and more.
142
142
/// </summary>
143
143
/// <param name="shell">The interface for interacting with the shell.</param>
144
144
/// <param name="force">Whether or not to force creating a new chat session.</param>
0 commit comments