feat: file list api
This commit is contained in:
@@ -48,7 +48,6 @@ resources:
|
||||
app:
|
||||
models:
|
||||
app: App
|
||||
logLevel: LogLevel
|
||||
provider: Provider
|
||||
model: Model
|
||||
agent: Agent
|
||||
@@ -61,7 +60,6 @@ resources:
|
||||
|
||||
find:
|
||||
models:
|
||||
match: Match
|
||||
symbol: Symbol
|
||||
methods:
|
||||
text: get /find
|
||||
@@ -71,8 +69,11 @@ resources:
|
||||
file:
|
||||
models:
|
||||
file: File
|
||||
fileNode: FileNode
|
||||
|
||||
methods:
|
||||
read: get /file
|
||||
list: get /file
|
||||
read: get /file/content
|
||||
status: get /file/status
|
||||
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user