UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 285 B
import type { $PipelineJson } from '../../commands/_common/types/CommandParser'; /** * Set formfactor based on the pipeline interface e * * @private */ export declare const ImplicitFormfactorHla: { type: "SYNC"; $applyToPipelineJson($pipelineJson: $PipelineJson): void; };