Luc Lagrange He is the answer I got from the team :
it looks like our Make app does have this setting to true in version 1.1.6 of the Dust integration for the module Action: Talk to an Agent
If needed in a custom API call you could use something like this. Does this help?
POST https://dust.tt/api/v1/w/{{dust.workspace_id}}/assistant/conversations
{
"message": {
"content": "{{steps.trigger.your_trigger_content}}",
"mentions": [{ "configurationId": "xxx" }],
"context": {
"username": "pipedream",
"timezone": "Europe/Paris",
"origin": "api"
}
},
"skipToolsValidation": true,
"blocking": true
}