Table of Contents

Class AIInput

Namespace
Dynamicweb.AI
Assembly
Dynamicweb.Core.dll

Base class AI input used for AI generation at GeneratorService

[Experimental("Generation")]
public class AIInput : GeneratorInput
Inheritance
AIInput
Inherited Members

Properties

Messages

Get or sets input messages.

public required ICollection<AIInputMessage> Messages { get; init; }

Property Value

ICollection<AIInputMessage>
To top