- Démarrage
- Agents UiPath dans Studio Web
- Agents codés UiPath

Guide de l'utilisateur des agents
Limitations and FAQ
We are actively working on adding new capabilities. Please be aware of the following current limitations:
| Capacité | Description |
|---|---|
| Requête utilisateur | User prompts are not required. These agents do not rely on predefined prompts to collect input. Instead, they consume messages in real time and respond accordingly, one turn at a time. |
| Data Manager | Le Gestionnaire de données est actuellement désactivé. Étant donné que les sorties sont générées dynamiquement par l'agent conversationnel tout au long de la conversation, il n'est pas nécessaire de configurer d'argument de sortie. La possibilité de configurer les entrées, qui seraient des paramètres de haut niveau pour initialiser une conversation, sera disponible dans une version future. |
| Téléversements de fichiers | You must add a file analysis tool such as Analyze Attachment, an IXP tool, or a workflow which can process uploaded files. We recommend only uploading image files (png, jpg, jpeg, tif, tiff) and PDF files smaller than 5MB. |
| Automatisation du bureau local | The agent cannot run automations that interact with the your local desktop (e.g., via Assistant). We are working on this capability in a future release. |
| Connexions personnelles | You cannot run tools using your personal Integration Service connections. Only Shared connections are available. |
| Interaction vocale | Vous ne pouvez interagir avec l'agent qu'à l'aide de commandes de textuelles. L'interaction vocale Push-to-talk et bidirectionnelle sera disponible en aperçu dans une version future. |
| Confirmation de l'outil | L'agent ne demande pas de confirmation avant d'exécuter un outil. |
FAQ
Si votre agent conversationnel ne démarre pas dans Instance Management, vérifiez les exigences suivantes :
- Make sure you have assign an unattended robot to the solution folder that contains your agent.
- Vérifiez que vous vous trouvez dans le bon locataire où se trouve votre solution d’agent conversationnel.
Sans ces ressources, l'agent ne s'initialisera pas ou ne s'exécutera pas lorsqu'il sera déclenché depuis la gestion des instances.
Why am I getting a connection error when running tools?
The agent needs to have access to the same connections you used at design-time to debug the agent. If your solution uses Integration Service connections, create and manage those connections in a shared Orchestrator folder. Use the shared connections during design time, then publish the solution as a subfolder within the same shared folder. This setup ensures the solution automatically inherits the parent folder’s connections.
How can I enable voice interaction for my conversational agents?
We are still working on enabling push-to-speak and always-on modes for conversational agents, as well as IVR integrations. This will be available in a future release.
How can I embed conversational agents in my application?
You can embed conversational agents using the iFrame approach outlined in this documentation. We are working closely with the UiPath SDK team to enable usage of our APIs with custom front-ends and applications. This will be available in a future release.