Variable ForestStatisticsSchemaConst
ForestStatisticsSchema: ZodObject<
{
totalTrees: ZodNumber;
activeTrees: ZodNumber;
totalNodes: ZodNumber;
totalActiveNodes: ZodNumber;
maxDepth: ZodNumber;
bestPathScore: ZodNumber;
avgTreeScore: ZodNumber;
totalTokensUsed: ZodNumber;
totalExplorationTimeMs: ZodNumber;
activationRatio: ZodNumber;
},
$strip,
> = ...
Schema for ForestStatistics validation.