UiPath Automation Architecture Associate v1 — Question 2
While configuring an Integration Service activity as a tool for your agent in Studio Web, how should you set up the activity so the agent can decide the value of a required field (e.g. Channel ld) at runtime based solely on instructions in the prompt?
Answer options
- A. Change every field, including Channel Id, to Variable because an agent cannot infer any field values without explicit arguments.
- B. Leave the field’s input method on Prompt (the default) and keep or refine the tool description; this lets the agent infer the value during execution.
- C. Change every field, including Channel ld, to Argument because an agent cannot infer any field values without explicit arguments.
- D. Declare the field as an output argument in Data Manager so the agent can feed a value back into the tool.
Correct answer: B
Explanation
The correct answer, B, maintains the default input method as Prompt, allowing the agent to infer values based on user input at runtime. Options A and C incorrectly suggest changing fields to Variable or Argument, which would prevent inference. Option D does not address the requirement for runtime decision-making based on prompts.