JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkiverse.langchain4j.runtime.aiservice
Interface ChatMemoryRemovable
public interface
ChatMemoryRemovable
Interface implemented by each AiService that allows the removal of chat memories from an AiService
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
remove
(
Object
... ids)
Method Details
remove
void
remove
(
Object
... ids)