Table of Contents

Class ContextRecordOrigins

Namespace
FoundationaLLM.Common.Constants.Context
Assembly
FoundationaLLM.Common.dll

Provides the names of the context record origins.

public static class ContextRecordOrigins
Inheritance
ContextRecordOrigins
Inherited Members

Fields

CodeSession

The context record origin for code sessions

public const string CodeSession = "code-session"

Field Value

string

UserUpload

The context record origin for user uploads.

public const string UserUpload = "user-upload"

Field Value

string