Skip to content

Commit 7c81013

Browse files
committed
Added deleted method description
1 parent 46c7e5b commit 7c81013

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,10 @@ public class BlogWriterService {
374374

375375
This implementation includes the following key features:
376376

377-
- Basic blog generation. The `generateBlogPost` method:
378-
- Creates a well-structured blog post on a given topic.
377+
- Blog generation with metadata. The `generateBlogPostWithMetadata` method:
378+
- Creates a well-structured blog post on a given topic with detailed metadata about the generation process.
379379
- Uses an iterative refinement process with Writer and Editor agents.
380380
- Enforces a 10-sentence maximum length.
381-
382-
- Enhanced metadata generation. The `generateBlogPostWithMetadata` method:
383-
- Extends the basic functionality to capture detailed metadata about the generation process.
384381
- Tracks iterations, approval status, token usage, and editor feedback history.
385382
- Returns all information in a structured `BlogGenerationResult` object.
386383

0 commit comments

Comments
 (0)