first steps to better scanning of repos
This commit is contained in:
parent
2c427d253c
commit
89c4081001
9 changed files with 270 additions and 35 deletions
|
|
@ -462,6 +462,7 @@ class ContentChunkResponse(BaseModel):
|
|||
start_line: int
|
||||
end_line: int
|
||||
text: str
|
||||
metadata: dict[str, Any]
|
||||
|
||||
|
||||
class ScanSummaryResponse(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue