Class ContextRecordTypeNames
- Namespace
- FoundationaLLM.Common.Constants.Context
- Assembly
- FoundationaLLM.Common.dll
Provides the names of the context record types.
public static class ContextRecordTypeNames
- Inheritance
-
ContextRecordTypeNames
- Inherited Members
Fields
CodeSessionFileUploadRecord
The context code session file upload record type.
public const string CodeSessionFileUploadRecord = "code-session-file-upload-record"
Field Value
CodeSessionRecord
The context code session record type.
public const string CodeSessionRecord = "code-session-record"
Field Value
FileRecord
The context file record type.
public const string FileRecord = "file-record"