Enum GeminiCodeExecutionLanguage
- Namespace
- Uralstech.UGemini.Models.Generation.Tools.CodeExecution
Supported programming languages for the generated code.
public enum GeminiCodeExecutionLanguage
- Extension Methods
Fields
[EnumMember(Value = "PYTHON")] Python = 1
Python >= 3.10, with numpy and simpy available.
[EnumMember(Value = "LANGUAGE_UNSPECIFIED")] Unspecified = 0
Unspecified language. This value should not be used.