We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1a571 commit 2fff823Copy full SHA for 2fff823
src/Infrastructure/BotSharp.Logger/Hooks/CommonContentGeneratingHook.cs
@@ -7,12 +7,6 @@ public CommonContentGeneratingHook(IServiceProvider services)
7
_services = services;
8
}
9
10
-
11
12
- /// <summary>
13
- /// After content generated.
14
- /// </summary>
15
- /// <returns></returns>
16
public async Task AfterGenerated(RoleDialogModel message, TokenStatsModel tokenStats)
17
{
18
SaveLlmCompletionLog(message, tokenStats);
0 commit comments