You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/azure/build-enterprise-ai-agents-with-java-spring/includes/6-agent-ai-development.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ AI agents offer several advantages for application development by enabling the c
20
20
21
21
## Agent workflows and patterns
22
22
23
-
Modern AI applications can be designed using various agentic patterns. The Spring AI blog post on Agentic Patterns outlines several key workflows:
23
+
Modern AI applications can be designed using various agentic patterns. The [Spring AI blog post on agentic patterns](https://spring.io/blog/2025/01/21/spring-ai-agentic-patterns) outlines several key workflows:
24
24
25
25
- Chain workflow: breaks complex tasks into a series of sequential steps. Each step processes the output of the previous one, enabling gradual transformation and refinement of data.
0 commit comments