UNPKG

@makingchatbots/genesys-cloud-chatbot-tester-cli

Version:

[![npm](https://img.shields.io/npm/v/@makingchatbots/genesys-cloud-chatbot-tester-cli)](https://www.npmjs.com/package/@makingchatbots/genesys-cloud-chatbot-tester-cli) [![Follow me on LinkedIn for updates](https://img.shields.io/badge/Follow%20for%20updat

13 lines (12 loc) 265 B
export interface AiOutputFormat { reasonForEnd: { type: 'fail' | 'pass'; description?: string; }; placeholderValues: Record<string, string>; prompt: string; transcript: { role: string; content: string; }[]; }