Class CodeSessionFileStore
- Namespace
 - FoundationaLLM.Context.Models
 
- Assembly
 - FoundationaLLM.ContextEngine.dll
 
Represents the files associated with a code session.
public class CodeSessionFileStore
  - Inheritance
 - 
      
      CodeSessionFileStore
 
- Inherited Members
 
- Extension Methods
 
Properties
Items
Gets or sets the list of items associated with the code session.
[JsonPropertyName("value")]
public List<CodeSessionFileStoreItem> Items { get; set; }