We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3762368 commit 9681380Copy full SHA for 9681380
1 file changed
core/src/main/java/com/google/adk/utils/InstructionUtils.java
@@ -42,7 +42,7 @@ private InstructionUtils() {}
42
* Populates placeholders in an instruction template string with values from the session state or
43
* loaded artifacts.
44
*
45
- * <h3>Placeholder Syntax:</h3>
+ * <p><b>Placeholder Syntax:</b>
46
47
* <p>Placeholders are enclosed by one or more curly braces at the start and end, e.g., {@code
48
* {key}} or {@code {{key}}}. The core {@code key} is extracted from whatever is between the
@@ -77,7 +77,7 @@ private InstructionUtils() {}
77
* </ul>
78
79
80
- * <h3>Example Usage:</h3>
+ * <b>Example Usage:</b>
81
82
* <pre>{@code
83
* InvocationContext context = ...; // Assume this is initialized with session and artifact service
0 commit comments