public interface IAIConversation
Represents a conversation instance. Unlike regular AI calls, conversations retain the entire context.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResponse(java.lang.String instruction)
Sends conversation request message including entire context and returns response.
|
java.lang.String getResponse(java.lang.String instruction)
Sends conversation request message including entire context and returns response.
instruction - The instruction or message to be processed by the AI model.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.