UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

132 lines (131 loc) 2.97 kB
declare const _default: ({ title: string; pipelineUrl: string; formfactorName: string; parameters: { name: string; description: string; isInput: boolean; isOutput: boolean; }[]; tasks: { taskType: string; name: string; title: string; content: string; resultingParameterName: string; dependentParameterNames: string[]; }[]; personas: never[]; preparations: never[]; knowledgeSources: never[]; knowledgePieces: never[]; sources: { type: string; path: null; content: string; }[]; sourceFile: string; } | { title: string; pipelineUrl: string; formfactorName: string; parameters: { name: string; description: string; isInput: boolean; isOutput: boolean; }[]; tasks: { taskType: string; name: string; title: string; content: string; resultingParameterName: string; expectations: { words: { min: number; max: number; }; }; dependentParameterNames: string[]; }[]; personas: never[]; preparations: never[]; knowledgeSources: never[]; knowledgePieces: never[]; sources: { type: string; path: null; content: string; }[]; sourceFile: string; } | { title: string; pipelineUrl: string; formfactorName: string; parameters: { name: string; description: string; isInput: boolean; isOutput: boolean; }[]; tasks: { taskType: string; name: string; title: string; content: string; resultingParameterName: string; format: string; dependentParameterNames: string[]; }[]; personas: never[]; preparations: never[]; knowledgeSources: never[]; knowledgePieces: never[]; sources: { type: string; path: null; content: string; }[]; sourceFile: string; } | { title: string; pipelineUrl: string; formfactorName: string; parameters: { name: string; description: string; isInput: boolean; isOutput: boolean; }[]; tasks: { taskType: string; name: string; title: string; content: string; resultingParameterName: string; expectations: { words: { min: number; max: number; }; lines: { min: number; max: number; }; }; dependentParameterNames: string[]; }[]; personas: never[]; preparations: never[]; knowledgeSources: never[]; knowledgePieces: never[]; sources: { type: string; path: null; content: string; }[]; sourceFile: string; })[]; export default _default;