Skip to content

Commit 95bf79a

Browse files
committed
Fix antora build
Signed-off-by: Christian Tzolov <[email protected]>
1 parent 3c4b6dc commit 95bf79a

File tree

1 file changed

+3
-3
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api

1 file changed

+3
-3
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/tools.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ Common use cases include:
13421342

13431343
=== Quick Start
13441344

1345-
1. **Define augmented arguments** as a Java Record:
1345+
**Define augmented arguments** as a Java Record:
13461346

13471347
[source,java]
13481348
----
@@ -1355,7 +1355,7 @@ public record AgentThinking(
13551355
) {}
13561356
----
13571357

1358-
2. **Wrap your tool** with `AugmentedToolCallbackProvider`:
1358+
**Wrap your tool** with `AugmentedToolCallbackProvider`:
13591359

13601360
[source,java]
13611361
----
@@ -1371,7 +1371,7 @@ AugmentedToolCallbackProvider<AgentThinking> provider = AugmentedToolCallbackPro
13711371
.build();
13721372
----
13731373

1374-
3. **Use with ChatClient**:
1374+
**Use with ChatClient**:
13751375

13761376
[source,java]
13771377
----

0 commit comments

Comments
 (0)