This commit is contained in:
Thorsten Sommer 2024-08-12 20:04:02 +02:00
parent 8138872b4a
commit ccce64ee66
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Components.Rendering;
namespace AIStudio.Components;
//
// See https://stackoverflow.com/a/77300384/2258393 for why this class is needed
// See https://stackoverflow.com/a/77300384/2258393 for why this class is necessary
//
public abstract class AssistantBaseCore : AssistantBase