Skip to content

Commit d9f772b

Browse files
Update documentation for AI Agent Task for 11.11 and earlier (#11289)
* Update documentation for AI Agent Task for 11.11 and earlier * call agent workaround TW review --------- Co-authored-by: Olufunke Moronfolu <olufunke.moronfolu@mendix.com>
1 parent e3f270c commit d9f772b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements

content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/ai-agent-task.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ When the workflow reaches the AI agent task, a microflow is called to handle the
1313

1414
**AI agent task** can be used across a wide range of use cases. Some examples include assessing requests, classifying data, extracting information from unstructured text, summarizing content, and drafting outputs such as notifications or reports.
1515

16+
{{% alert color="info" %}} In Studio Pro 11.11 and below, you might encounter consistency error **CE1589: Missing activity "Call Agent" in microflow**. This issue is fixed in Studio Pro 11.12.
17+
18+
If you are not upgrading to Studio Pro 11.12, rename the agent activity caption in the microflow to **Call Agent** to resolve the error.
19+
{{% /alert %}}
20+
1621
## AI Agents {#ai-agents}
1722

1823
An AI agent is an autonomous software system powered by large language models (LLMs). It perceives its environment, reasons through a goal, and takes actions to achieve the goal, replacing repetitive manual steps. For critical tasks, you can still add a user task to keep a human in the loop.

0 commit comments

Comments
 (0)