Remove file path from comments

make the comments more generailsed
pull/621/head
Sambhav Dixit 2 months ago committed by GitHub
parent c01364031a
commit 63e0234b73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -317,7 +317,7 @@ class Artifact(BaseModel):
# Testing saving in different artifact types # Testing saving in different artifact types
# Create an artifact # 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") #artifact.create("This is some content\nWith multiple lines")
# Save in different formats # Save in different formats

Loading…
Cancel
Save