Skip to content

Commit 9681380

Browse files
vorburgercopybara-github
authored andcommitted
Fix broken JavaDoc in InstructionUtils.
PiperOrigin-RevId: 771132384
1 parent 3762368 commit 9681380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/com/google/adk/utils/InstructionUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private InstructionUtils() {}
4242
* Populates placeholders in an instruction template string with values from the session state or
4343
* loaded artifacts.
4444
*
45-
* <h3>Placeholder Syntax:</h3>
45+
* <p><b>Placeholder Syntax:</b>
4646
*
4747
* <p>Placeholders are enclosed by one or more curly braces at the start and end, e.g., {@code
4848
* {key}} or {@code {{key}}}. The core {@code key} is extracted from whatever is between the
@@ -77,7 +77,7 @@ private InstructionUtils() {}
7777
* </ul>
7878
* </ul>
7979
*
80-
* <h3>Example Usage:</h3>
80+
* <b>Example Usage:</b>
8181
*
8282
* <pre>{@code
8383
* InvocationContext context = ...; // Assume this is initialized with session and artifact service

0 commit comments

Comments
 (0)