Table of Contents

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

ImmutableArray<string>

CSharp

The C# programming language.

public const string CSharp = "CSharp"

Field Value

string

Python

The Python programming language.

public const string Python = "Python"

Field Value

string