- Démarrage
- Agents UiPath dans Studio Web
- À propos des agents UiPath
- Licences
- Exécuter des agents
- Agents et workflows
- Meilleures pratiques pour créer des agents
- Choix du meilleur modèle pour votre agent
- Meilleures pratiques pour la publication et le déploiement d’agents
- Meilleures pratiques en matière d’ingénierie contextuelle
- Meilleures pratiques pour DeepRAG et la transformation par lots : JIT vs. stratégies basées sur l’index
- Prompt editor
- Définir les arguments
- Utiliser des fichiers
- Contextes
- Escalades
- Évaluations
- Traçages d’agent
- Score de l’agent
- Gérer les agents UiPath
- Agents codés UiPath
Guide de l'utilisateur des Agents
Arguments pass runtime information into and out of an agent, just as inputs and outputs do for activities or processes. Define input and output arguments in the Data Manager panel, then reference them in the user prompt so the agent can use them at runtime.
Define input and output arguments
- In the Data Manager panel, open the Input or Output tab.
- For each argument, configure the Name, Type, Description, and whether it is Required.
To generate arguments from an existing JSON payload, select Generate from payload. To switch between the property builder and JSON editor views, select the angle brackets icon.
Provide a description for every argument. An accurate description helps the agent understand how to use the argument effectively.
Result: The argument appears in the Data Manager and is available to select from the @ picker in the user prompt.
Reference arguments in the user prompt
The agent sees only arguments that are explicitly referenced in the user prompt.
- In the user prompt, enter
@and select the argument by name from the picker. - The argument is inserted as
{{argumentName}}in the stored prompt format and is substituted with its runtime value when the agent runs.
Argument names are case-sensitive. Selecting the argument from the @ picker ensures the name matches exactly.
Result: The agent receives the argument's value in its context window when triggered.
Types d'arguments pris en charge
- Chaîne de caractères (string)
- Numérique
- Entier
- Booléen
- Objet
- Tableau