createStorageKey

fun <T : Any> createStorageKey(name: String, typeToken: TypeToken): AIAgentStorageKey<T>(source)

Creates a AIAgentStorageKey.

Parameters

name

String key.

typeToken

Type of the value stored under this key.


Creates a AIAgentStorageKey.

Parameters

name

String key.

Type Parameters

T

Type of the value stored under this key.