Skip to content

Commit 022e49f

Browse files
committed
Rework Getting started and agent types tutorials
Move agent types tutorials under Getting started section Move prerequisites to a snippet library and reuse Rename Complex workflow agents -> Standard agents Also move abbreviations to snippets
1 parent ac54db4 commit 022e49f

18 files changed

+1104
-1181
lines changed

docs/docs/annotation-based-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To start using annotation-based tools in your project, you need to understand th
2121
## @Tool annotation
2222

2323
The `@Tool` annotation is used to mark functions that should be exposed as tools to LLMs.
24-
The functions annotated with `@Tool` are collected by reflection from objects that implement the `ToolSet` interface. For details, see [Implement the ToolSet interface](#implement-the-toolset-interface).
24+
The functions annotated with `@Tool` are collected by reflection from objects that implement the `ToolSet` interface. For details, see [Implement the ToolSet interface](#1-implement-the-toolset-interface).
2525

2626
### Definition
2727

docs/docs/basic-agents.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)