v7.1.0
Support for experimental agent actions
JavaScript Client
Adds the following new functions:
client.agent.action.generate()
client.agent.action.transform()
client.agent.action.translate()
The API these use are only available on apiVersion: 'vX'
– so make sure to client.withConfig({apiVersion: 'vX'})