Class CreateCodeSessionResponse
- Namespace
 - FoundationaLLM.Common.Models.CodeExecution
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the result of creating a code execution session.
public class CreateCodeSessionResponse
  - Inheritance
 - 
      
      CreateCodeSessionResponse
 
- Inherited Members
 
- Extension Methods
 
Properties
Endpoint
The endpoint used to execute the code.
[JsonPropertyName("endpoint")]
public required string Endpoint { get; set; }
  Property Value
SessionId
The unique identifier for the code execution session.
[JsonPropertyName("session_id")]
public required string SessionId { get; set; }