Json Schema for LLMs
This commit is contained in:
@@ -3,12 +3,17 @@ unit Myc.Ast.RTL.Core;
|
||||
interface
|
||||
|
||||
uses
|
||||
system.sysutils,
|
||||
System.SysUtils,
|
||||
System.Math,
|
||||
System.DateUtils,
|
||||
System.Generics.Collections,
|
||||
Myc.Utils,
|
||||
Myc.Data.Scalar,
|
||||
Myc.Data.Value,
|
||||
Myc.Ast.RTL,
|
||||
Myc.Ast.Attributes;
|
||||
Myc.Ast.Attributes,
|
||||
Myc.Data.Keyword,
|
||||
Myc.Data.Series;
|
||||
|
||||
type
|
||||
{ Contains the native implementations for the Myc standard library. }
|
||||
@@ -325,12 +330,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
System.Generics.Collections,
|
||||
System.Math,
|
||||
System.Dateutils,
|
||||
Myc.Data.Decimal;
|
||||
|
||||
{ TRtlFunctions - Operator Implementations }
|
||||
|
||||
class function TRtlFunctions.Add(const Args: TArray<TDataValue>): TDataValue;
|
||||
|
||||
Reference in New Issue
Block a user