Class UserCompletionMessage
- Namespace
- FoundationaLLM.Common.Models.Orchestration.Direct
- Assembly
- FoundationaLLM.Common.dll
User input message for a direct orchestration request.
public class UserCompletionMessage : CompletionMessage
- Inheritance
-
UserCompletionMessage
- Inherited Members
- Extension Methods
Constructors
UserCompletionMessage()
Initializes a new instance of the UserCompletionMessage class.
public UserCompletionMessage()
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; }