Package com.embabel.agent.core.hitl
Class TypeRequestKt
-
- All Implemented Interfaces:
public final class TypeRequestKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> TypeRequest<T>typeRequest(String message, T hint, Boolean persistent)Kotlin-friendly factory for creating TypeRequest with reified type. -
-
Method Detail
-
typeRequest
final static <T extends Any> TypeRequest<T> typeRequest(String message, T hint, Boolean persistent)
Kotlin-friendly factory for creating TypeRequest with reified type.
-
-
-
-