UNPKG

@ovotech/genesys-web-messaging-tester-cli

Version:
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; }[]; }