Skip to content

Commit 6c72f31

Browse files
committed
added blog post link
1 parent 5b545df commit 6c72f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/build-enterprise-ai-agents-with-java-spring/includes/6-agent-ai-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AI agents offer several advantages for application development by enabling the c
2020

2121
## Agent workflows and patterns
2222

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:
2424

2525
- 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.
2626

0 commit comments

Comments
 (0)