UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

21 lines 791 B
/** * POST /testing/v1/generate-from-transcript * * Generate 3 distinct simulation scenarios from previously uploaded and parsed transcript files. * This is the third and final step in the three-step workflow. * * The endpoint: * 1. Retrieves all uploaded files for the given requestId * 2. Combines all transcript content * 3. Validates minimum word count * 4. Calls the LLM to generate 3 scenarios * 5. Cleans up storage data after successful generation * * Each generated scenario includes a simulationName, personaName, personaDescription, * mission, and success criteria - ready to be used for creating simulations. * * operationId: generateFromTranscript * tags: Transcript Scenario Generation */ export {}; //# sourceMappingURL=IGenerateFromTranscriptRest_2_0.js.map