@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
14 lines (13 loc) • 342 B
TypeScript
import type { $PipelineJson } from '../../commands/_common/types/CommandParser';
/**
* Allow to define chatbot with no need to write full interface
*
* @private
*/
export declare const QuickChatbotHla: {
type: "SYNC";
$applyToPipelineJson($pipelineJson: $PipelineJson): void;
};
/**
* TODO: [🧠][📛] Should this be here?
*/