Skip to content

Commit be188f1

Browse files
authored
Merge pull request #7149 from camunda/nloding-ai-agent-event-handling-link
Fix link to event handling in AI Agent documentation
2 parents 6a9d341 + 17aefcd commit be188f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A basic AI Agent sub-process might look similar to the following example.
7979
<img src={AgentSubprocessImg} alt="AI Agent Sub-process" class="img-700"/>
8080

8181
- The connector is configured so the AI Agent resolves available tools and activates them as needed to complete it's goal.
82-
- Handling of event sub-processes within the ad-hoc sub-process is supported (See [Event Handling](#event-handling)). The AI Agent Task implementation does not support this.
82+
- Handling of event sub-processes within the ad-hoc sub-process is supported (See [Event Handling](./agentic-ai-aiagent-subprocess.md#event-handling)). The AI Agent Task implementation does not support this.
8383

8484
This pattern can also be combined with a user feedback loop for verification or follow-up interactions. For example, instead of the showcased user task, this could also be another LLM acting as a judge, or any other task that validates the agent's response.
8585

versioned_docs/version-8.8/components/connectors/out-of-the-box-connectors/agentic-ai-aiagent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A basic AI Agent sub-process might look similar to the following example.
7979
<img src={AgentSubprocessImg} alt="AI Agent Sub-process" class="img-700"/>
8080

8181
- The connector is configured so the AI Agent resolves available tools and activates them as needed to complete it's goal.
82-
- Handling of event sub-processes within the ad-hoc sub-process is supported (See [Event Handling](#event-handling)). The AI Agent Task implementation does not support this.
82+
- Handling of event sub-processes within the ad-hoc sub-process is supported (See [Event Handling](./agentic-ai-aiagent-subprocess.md#event-handling)). The AI Agent Task implementation does not support this.
8383

8484
This pattern can also be combined with a user feedback loop for verification or follow-up interactions. For example, instead of the showcased user task, this could also be another LLM acting as a judge, or any other task that validates the agent's response.
8585

0 commit comments

Comments
 (0)