JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.ai.memory.Memory
Packages that use
Memory
Package
Description
org.springframework.ai.chain
Uses of
Memory
in
org.springframework.ai.chain
Methods in
org.springframework.ai.chain
that return types with arguments of type
Memory
Modifier and Type
Method
Description
Optional
<
Memory
>
AbstractChain.
getMemory
()
Methods in
org.springframework.ai.chain
with parameters of type
Memory
Modifier and Type
Method
Description
void
AbstractChain.
setMemory
(
Memory
memory)