Добавьте файлы проекта.
This commit is contained in:
12
CodeBase/Models/CodeChunk.cs
Normal file
12
CodeBase/Models/CodeChunk.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace CodeBase.Models
|
||||
{
|
||||
public class CodeChunk
|
||||
{
|
||||
public string FilePath { get; set; }
|
||||
public string ClassName { get; set; }
|
||||
public string MethodName { get; set; }
|
||||
public string Documentation { get; set; }
|
||||
public string Content { get; set; }
|
||||
public float[] Vector { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user