Class ILLMConversation.Response
The Response object sent via the Rest API
Inherited Members
Namespace: Quantellia.WMServer.Asset.LLM
Assembly: WMServer.dll
Syntax
public class ILLMConversation.Response
Properties
ConversationID
The ID of the conversation
Declaration
public string ConversationID { get; set; }
Property Value
Type | Description |
---|---|
string |
message
The most recent message
Declaration
public WMLLMConversationRecord.Message message { get; set; }
Property Value
Type | Description |
---|---|
WMLLMConversationRecord.Message |