Back to Jan

Reference

src-tauri/plugins/tauri-plugin-foundation-models/permissions/autogenerated/reference.md

0.7.93.8 KB
Original Source

Default Permission

Default permissions for the Foundation Models plugin

This default permission set includes the following:

  • allow-cleanup-foundation-models-processes
  • allow-load-foundation-models-server
  • allow-unload-foundation-models-server
  • allow-is-foundation-models-process-running
  • allow-get-foundation-models-random-port
  • allow-find-foundation-models-session
  • allow-get-foundation-models-loaded
  • allow-get-foundation-models-all-sessions
  • allow-check-foundation-models-availability

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

foundation-models:allow-check-foundation-models-availability

</td> <td>

Enables the check_foundation_models_availability command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-check-foundation-models-availability

</td> <td>

Denies the check_foundation_models_availability command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-cleanup-foundation-models-processes

</td> <td>

Enables the cleanup_foundation_models_processes command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-cleanup-foundation-models-processes

</td> <td>

Denies the cleanup_foundation_models_processes command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-find-foundation-models-session

</td> <td>

Enables the find_foundation_models_session command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-find-foundation-models-session

</td> <td>

Denies the find_foundation_models_session command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-get-foundation-models-all-sessions

</td> <td>

Enables the get_foundation_models_all_sessions command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-get-foundation-models-all-sessions

</td> <td>

Denies the get_foundation_models_all_sessions command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-get-foundation-models-loaded

</td> <td>

Enables the get_foundation_models_loaded command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-get-foundation-models-loaded

</td> <td>

Denies the get_foundation_models_loaded command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-get-foundation-models-random-port

</td> <td>

Enables the get_foundation_models_random_port command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-get-foundation-models-random-port

</td> <td>

Denies the get_foundation_models_random_port command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-is-foundation-models-process-running

</td> <td>

Enables the is_foundation_models_process_running command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-is-foundation-models-process-running

</td> <td>

Denies the is_foundation_models_process_running command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-load-foundation-models-server

</td> <td>

Enables the load_foundation_models_server command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-load-foundation-models-server

</td> <td>

Denies the load_foundation_models_server command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:allow-unload-foundation-models-server

</td> <td>

Enables the unload_foundation_models_server command without any pre-configured scope.

</td> </tr> <tr> <td>

foundation-models:deny-unload-foundation-models-server

</td> <td>

Denies the unload_foundation_models_server command without any pre-configured scope.

</td> </tr> </table>