Fix long time update AgentName
This commit is contained in:
@@ -11,6 +11,12 @@ namespace Managing.Application.Abstractions.Grains
|
||||
/// <param name="agentName">The display name of the agent.</param>
|
||||
Task InitializeAsync(int userId, string agentName);
|
||||
|
||||
/// <summary>
|
||||
/// Updates only the agent name without recalculating summary.
|
||||
/// </summary>
|
||||
/// <param name="agentName">The new agent name.</param>
|
||||
Task UpdateAgentNameAsync(string agentName);
|
||||
|
||||
/// <summary>
|
||||
/// Generates a summary of the agent's stats for the AgentRegistryGrain.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user