We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341246a commit d92d033Copy full SHA for d92d033
1 file changed
core/src/main/java/com/google/adk/platform/UuidProvider.java
@@ -22,8 +22,7 @@
22
* Supplies new unique identifiers for ADK-generated IDs (events, invocations, function calls).
23
*
24
* <p>The default {@link #SYSTEM} provider returns random UUIDs. Integrations that need customized
25
- * identifiers can install * a deterministic provider on an invocation; see
26
- * {@code InvocationContext}.
+ * identifiers can install * a custom provider on an invocation; see {@code InvocationContext}.
27
*/
28
@FunctionalInterface
29
public interface UuidProvider {
0 commit comments