44 lines
504 B
Markdown
44 lines
504 B
Markdown
## Default Permission
|
|
|
|
Default permissions for the rag plugin
|
|
|
|
#### This default permission set includes the following:
|
|
|
|
- `allow-parse-document`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`rag:allow-parse-document`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the parse_document command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`rag:deny-parse-document`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the parse_document command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|