UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

6 lines (5 loc) 248 B
/** * Defines strategies for handling intermediate files during pipeline execution. * Controls how temporary or intermediate files are managed throughout processing. */ export type IntermediateFilesStrategy = 'HIDE_AND_CLEAN' | 'HIDE_AND_KEEP';