Fix agent grain calculation

This commit is contained in:
2025-09-28 11:47:47 +07:00
parent d432549d26
commit 6e07bac6ae
4 changed files with 36 additions and 132 deletions

View File

@@ -10,6 +10,7 @@ namespace Managing.Application.Abstractions.Grains
/// </summary>
/// <param name="userId">The ID of the user (used as grain key).</param>
/// <param name="agentName">The display name of the agent.</param>
[OneWay]
Task InitializeAsync(int userId, string agentName);
/// <summary>