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
dev.ai4j.chat
Interface ChatHistory
public interface
ChatHistory
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
add
(
ChatMessage
chatMessage)
List
<
ChatMessage
>
history
()
Method Details
add
void
add
(
ChatMessage
chatMessage)
history
List
<
ChatMessage
>
history
()