Table of Contents

Class CodeExecutionRequest

Namespace
FoundationaLLM.CSharpCodeSession.API.Models
Assembly
FoundationaLLM.CSharpCodeSession.API.dll

Represents a request to execute code.

public class CodeExecutionRequest
Inheritance
CodeExecutionRequest
Inherited Members
Extension Methods

Properties

Code

Gets or sets the code to be executed.

[JsonPropertyName("code")]
public required string Code { get; set; }

Property Value

string