Lucas
Lucas
Complete the implementation of the follow-up prompts: ```yaml config: deploymentId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx region: xxxx.pure.cloud scenarios: "Accept survey": setup: prompt: | I want you to play the role of a customer talking...
Since the latest release when a test fails they're given a 'green tick'. The tests still result in the process failing, so this is just a UI issue.
It is often difficult to discern what is different in the Expected and Actual outputs i.e such as a trailing space. Could a library such as [diff](https://www.npmjs.com/package/diff) offer a more...
[API endpoint](https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudios/ConversationsAPI#patchConversationsMessage) to 'Update a conversation by disconnecting all of the participants' ``` this.convoApi.patchConversationsMessage( convoId, { state: 'disconnected', startTime: '', participants: [] } ) ```
Integrate ChatGPT into test scenarios to allow more forgiving assertions, reducing fragility of tests. Example of possible assertion function `aiWaitFor`: ```yaml config: deploymentId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx region: xxxx.pure.cloud scenarios: "Asked for account...
https://help.mypurecloud.com/articles/configure-messenger/#:~:text=Automatically%20Start%20Conversations