Function parse

Source
pub fn parse(source: &str) -> Result<ToolDefinition>
Expand description

Parses a Python source file and extracts a ToolDefinition from the run function’s docstring.