Table of Contents

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

ContentArtifact[]

Deleted

Deleted flag used for soft delete.

public bool Deleted { get; set; }

Property Value

bool

Id

The unique identifier.

public string Id { get; set; }

Property Value

string

MessageId

The messageId of the completion.

public string MessageId { get; set; }

Property Value

string

Prompt

The completion prompt.

public string Prompt { get; set; }

Property Value

string

SessionId

The sessionId associated with the completion.

public string SessionId { get; set; }

Property Value

string

Type

The type of the completion.

public string Type { get; set; }

Property Value

string