Skip to content

Commit fb14699

Browse files
Clarify annotations for journaling tools (#23)
1 parent 6f8c8f3 commit fb14699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • exercises/01.advanced-tools/01.solution.annotations

exercises/01.advanced-tools/01.solution.annotations/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
<EpicVideo url="https://www.epicai.pro/workshops/advanced-mcp-features-flccv/annotations~n6qo2/solution" />
44

5-
👨‍💼 Fantastic progress! We've successfully introduced annotations to our journaling tools. Now, each tool clearly communicates its intent—whether it's read-only, destructive, idempotent, or open world. This means users and the system can better understand the impact of each action, leading to a safer and more predictable journaling experience. For example, deleting an entry is now marked as idempotent, while creating a tag is clearly non-destructive. These improvements help ensure that users can confidently manage their journal and tags, knowing exactly what each tool is designed to do.
5+
👨‍💼 Fantastic progress! We've successfully introduced annotations to our journaling tools. Now, each tool clearly communicates its intent—whether it's read-only, destructive, idempotent, or open world. This means users and the system can better understand the impact of each action, leading to a safer and more predictable journaling experience. For example, deleting an entry is now marked as destructive, while creating a tag is clearly non-destructive. These improvements help ensure that users can confidently manage their journal and tags, knowing exactly what each tool is designed to do.
66

77
Let's keep up the momentum as we continue to enhance the user experience!

0 commit comments

Comments
 (0)