Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_allowed_tools

Method
This is a method of the SkillProperties class in the skills module.
Get allowed tools as a vector.

Signature

def get_allowed_tools(&self) -> Vec<&str>

Returns

Returns
Vec<&str>
The result of the operation.

Rust Tools

Rust Code Execution

Rust Web Search