pub fn current_tool_declared_paths(tool_name: &str, args: &Value) -> Vec<String>Expand description
Workspace paths declared by this tool call, read from the tool’s
annotated arg_schema.path_params. Unannotated tools declare no
paths — the VM no longer guesses by common argument names.