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