Show / Hide Table of Contents

Class LLMController.MessageBody

A json response with a single "message" parameter for inserting text without concern for parsing errors.

Inheritance
object
LLMController.MessageBody
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.Controllers
Assembly: WMServer.dll
Syntax
public class LLMController.MessageBody

Properties

message

The message.

Declaration
public string message { get; set; }
Property Value
Type Description
string
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