Update docs for new tyoes support

updated docs to reflect on the changes in the types of artifact support .
pull/621/head
Sambhav Dixit 2 months ago committed by GitHub
parent 27e0e94f92
commit 01375d79ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ The `Artifact` class includes various methods for creating, editing, saving, loa
artifact = Artifact(file_path="example.txt", file_type="txt")
artifact.create(initial_content="Initial file content")
```
The file type parameter supports the following file types: `.txt`, `.md`, `.py`, `.pdf`.
#### `edit`

Loading…
Cancel
Save