Type Alias: ActiveInstructionFile
type ActiveInstructionFile = Readonly<{
cumulativeBytes: number;
filePath: string;
}>;
Defined in: _internal/agents-instructions.ts:88
One active instruction file and its cumulative chain byte count.
type ActiveInstructionFile = Readonly<{
cumulativeBytes: number;
filePath: string;
}>;
Defined in: _internal/agents-instructions.ts:88
One active instruction file and its cumulative chain byte count.