Class SystemCompletionMessage
- Namespace
- FoundationaLLM.Common.Models.Orchestration.Direct
- Assembly
- FoundationaLLM.Common.dll
System input message for a direct orchestration request.
public class SystemCompletionMessage : CompletionMessage
- Inheritance
-
SystemCompletionMessage
- Inherited Members
- Extension Methods
Constructors
SystemCompletionMessage()
Initializes a new instance of the SystemCompletionMessage class.
public SystemCompletionMessage()
Properties
Name
An optional name for the participant. Provides the model information to differentiate between participants of the same role.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Name { get; set; }