(no title)
domlebo70 | 1 month ago
def list_files_tool(path: str) -> Dict[str, Any]:
And it returns {
"path": str(full_path),
"files": all_files
}
Is that useful?domlebo70 | 1 month ago
def list_files_tool(path: str) -> Dict[str, Any]:
And it returns {
"path": str(full_path),
"files": all_files
}
Is that useful?
No comments yet.