From 63e0234b73fdf779160992ad89eb6367e9681a89 Mon Sep 17 00:00:00 2001 From: Sambhav Dixit <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:27:51 +0530 Subject: [PATCH] Remove file path from comments make the comments more generailsed --- swarms/artifacts/main_artifact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/artifacts/main_artifact.py b/swarms/artifacts/main_artifact.py index f6ce84c5..a59b6fb9 100644 --- a/swarms/artifacts/main_artifact.py +++ b/swarms/artifacts/main_artifact.py @@ -317,7 +317,7 @@ class Artifact(BaseModel): # Testing saving in different artifact types # Create an artifact -#artifact = Artifact(file_path="/Users/sambhavdixit/Downloads/swarms/example.txt", file_type=".txt",contents="", edit_count=0 ) +#artifact = Artifact(file_path="/path/to/file", file_type=".txt",contents="", edit_count=0 ) #artifact.create("This is some content\nWith multiple lines") # Save in different formats