create_doc
Create a new document on the filesystem by specifying a filename and its content.
Instructions
Create a new document with the given content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Filename for the new document (e.g. notes.txt) | |
| content | Yes | Content of the document |