Table of Contents

Class CodeSessionCodeExecuteRequest

Namespace
FoundationaLLM.Common.Models.CodeExecution
Assembly
FoundationaLLM.Common.dll

Provides the request to execute code in a code session.

public class CodeSessionCodeExecuteRequest
Inheritance
CodeSessionCodeExecuteRequest
Inherited Members
Extension Methods

Properties

CodeToExecute

Gets or sets the code to execute.

[JsonPropertyName("code_to_execute")]
public required string CodeToExecute { get; set; }

Property Value

string