Support for experimental agent actions
Published: May 6, 2025
v7.1.0
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'})