Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/annotation-based-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To start using annotation-based tools in your project, you need to understand th
## @Tool annotation

The `@Tool` annotation is used to mark functions that should be exposed as tools to LLMs.
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).
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).

### Definition

Expand Down
189 changes: 0 additions & 189 deletions docs/docs/basic-agents.md

This file was deleted.

Loading