Class ListFilesResponse
- Namespace
- FoundationaLLM.CSharpCodeSession.API.Models
- Assembly
- FoundationaLLM.CSharpCodeSession.API.dll
Represents the response for listing files.
public class ListFilesResponse
- Inheritance
-
ListFilesResponse
- Inherited Members
- Extension Methods
Properties
Files
Gets or sets the list of files.
[JsonPropertyName("files")]
public List<string> Files { get; set; }