Add a configuration for limiting the amount of turns the model can take in a conversation e.g. ```yaml config: deploymentId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx region: xxxx.pure.cloud ai: provider: chatgpt maxTurns: 8 scenarios: ... ```
Add a configuration for limiting the amount of turns the model can take in a conversation e.g.