http4k-ai-llm-core
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ai-llm-core
http4k-ai-llm-core
/
org.http4k.ai.llm.memory
/
LLMMemory
/
Companion
Companion
object
Companion
(
source
)
Members & Extensions
Functions
In
Memory
Link copied to clipboard
fun
LLMMemory.Companion
.
InMemory
(
)
:
LLMMemory
Storage
Link copied to clipboard
fun
LLMMemory.Companion
.
Storage
(
storage
:
Storage
<
List
<
Message
>
>
,
id
:
(
)
->
LLMMemoryId
=
{ LLMMemoryId.random() }
)
:
LLMMemory