Json Schema WIP

This commit is contained in:
Michael Schimmel
2026-01-07 15:14:54 +01:00
parent 108b47e059
commit a25fec38f8
8 changed files with 639 additions and 412 deletions
+4 -1
View File
@@ -288,7 +288,10 @@ begin
CompilerStageBox.BringToFront;
ClearButtonClick(Self);
Memo1.Lines.Add(TAstSchema.GenerateFullSystemPrompt(FEnvironment.RootScope));
// Memo1.Lines.Add(TAstSchema.GenerateFullSystemPrompt(FEnvironment.RootScope));
// "Dieses JSON-Objekt betest du in das Feld response_schema (Gemini) oder json_schema (OpenAI) ein."
Memo1.Lines.Add(TAstSchema.GenerateFullSchema.ToJSON);
end;
procedure TForm1.ShowVizualization;