Skip to content

Commit

Permalink
Merge pull request #112 from geoand/doc-typo
Browse files Browse the repository at this point in the history
Fix small type in index.adoc
  • Loading branch information
mkouba authored Feb 14, 2025
2 parents b6d04fa + 7ae9622 commit 951f4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public class MyTools {
<2> The `ToolManager#newTool(String)` method returns `ToolDefinition` - a builder-like API.
<3> Registers the tool definition and sends the `notifications/tools/list_changed` notification to all connected clients.

==== Support `@Tool`/`@P` annotations from Lanchain4j
==== Support `@Tool`/`@P` annotations from LangChain4j

The `@dev.langchain4j.agent.tool.Tool` and `@dev.langchain4j.agent.tool.P` annotations from LangChain4j can be used instead of `@Tool`/`@ToolArg`.
However, keep in mind that semantics may vary and follows the rules defined in this documentation.
Expand Down

0 comments on commit 951f4e3

Please sign in to comment.