Auf internes Config System umgestiegen

This commit is contained in:
2026-02-20 12:51:18 +01:00
parent 2c6ca26743
commit c6ff7054cf
10 changed files with 38 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ namespace AICore.Prompt.SystemPrompts
{
var sb = new StringBuilder();
sb.AppendLine(getCustomSystemPrompt("customFunctionPreSystemPrompt.txt"));
sb.AppendLine(getCustomSystemPrompt());
sb.AppendLine();
sb.AppendLine();
sb.AppendLine("---");