Show / Hide Table of Contents

Class ILLMConversation.Response

The Response object sent via the Rest API

Inheritance
object
ILLMConversation.Response
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE