feat: file viewer added
This commit is contained in:
@@ -58,6 +58,16 @@ class DeleteResponse(BaseModel):
|
||||
path: str
|
||||
|
||||
|
||||
class ViewResponse(BaseModel):
|
||||
path: str
|
||||
name: str
|
||||
content_type: str
|
||||
encoding: str
|
||||
truncated: bool
|
||||
size: int
|
||||
content: str
|
||||
|
||||
|
||||
class TaskListItem(BaseModel):
|
||||
id: str
|
||||
operation: str
|
||||
|
||||
Reference in New Issue
Block a user