Discussions
I am trying to integrate google-cloud translate API with my agent response.
9 months ago by aaishwarya.dharani
const { Translate } = require('@google-cloud/translate').v2; --If I add this in my agents-client-api.js. I am getting an error. Might be a circular node module dependency error. It doesn't connect to the agent created or retrieve the agent ID details. Can you help me resolve circular dependency?