Class CodeSessionLanguages
- Namespace
 - FoundationaLLM.Common.Constants.Context
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides constants for the code session programming languages.
public static class CodeSessionLanguages
  - Inheritance
 - 
      
      CodeSessionLanguages
 
- Inherited Members
 
Fields
All
All code session programming languages.
public static readonly ImmutableArray<string> All
  Field Value
CSharp
The C# programming language.
public const string CSharp = "CSharp"
  Field Value
Python
The Python programming language.
public const string Python = "Python"