Ast Schema

This commit is contained in:
Michael Schimmel
2026-01-06 14:48:22 +01:00
parent 7313848538
commit 74a5c30ae0
4 changed files with 116 additions and 110 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ begin
CompilerStageBox.BringToFront;
ClearButtonClick(Self);
Memo1.Lines.Text := TAstSchema.GenerateFullSystemPrompt;
Memo1.Lines.Add(TAstSchema.GenerateFullSystemPrompt);
end;
procedure TForm1.ShowVizualization;