Interface ILlmConversation
- All Known Implementing Classes:
GeminiConversation
public interface ILlmConversation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
close()
send
(List<LlmConversationBuilder.Content> contentList)
-
Method Details
-
close
void close() -
getInformation
LlmConversationBuilder.Information getInformation() -
listModels
- Throws:
Exception
-
send
- Throws:
Exception
-
send
List<LlmConversationBuilder.Content> send(List<LlmConversationBuilder.Content> contentList) throws Exception - Throws:
Exception
-
getMessages
-
clearMessages
void clearMessages()
-