Class CompletionPrompt
- Namespace
- FoundationaLLM.Common.Models.Conversation
- Assembly
- FoundationaLLM.Common.dll
The completion prompt object.
public class CompletionPrompt
- Inheritance
-
CompletionPrompt
- Inherited Members
- Extension Methods
Properties
ContentArtifacts
The sources used in the creation of the completion response.
public ContentArtifact[]? ContentArtifacts { get; set; }
Property Value
Deleted
Deleted flag used for soft delete.
public bool Deleted { get; set; }
Property Value
Id
The unique identifier.
public string Id { get; set; }
Property Value
MessageId
The messageId of the completion.
public string MessageId { get; set; }
Property Value
Prompt
The completion prompt.
public string Prompt { get; set; }
Property Value
SessionId
The sessionId associated with the completion.
public string SessionId { get; set; }
Property Value
Type
The type of the completion.
public string Type { get; set; }