Promptbausteine Ownsoft

This commit is contained in:
2026-01-16 13:33:59 +01:00
parent df4de8ba1e
commit b5eee2c495
20 changed files with 209 additions and 58 deletions

View File

@@ -14,5 +14,7 @@ namespace BS.Shared.Text
public static string SharedBibNodeDescription => "Hier sehen Sie Prompts, welche von Ihren Kollegin";
public static string PublicBibNodeTitle => "Öffentlich";
public static string PublicBibNodeDescription => "Hier sehen Sie öffentliche Prompts";
public static string OwnsoftBibNodeTitle => "Ownsoft";
public static string OwnsoftBibNodeDescription => "Hier können Sie vordefinierte Prompts sehen";
}
}