pub fn parse(source: &str) -> Result<ToolDefinition>
Expand description
Parses a Python source file and extracts a ToolDefinition
from the run
function’s docstring.
pub fn parse(source: &str) -> Result<ToolDefinition>
Parses a Python source file and extracts a ToolDefinition
from the run
function’s docstring.