Constant FILESYSTEM_SYSTEM_PROMPT

Source
pub const FILESYSTEM_SYSTEM_PROMPT: &str = r#"## Filesystem Tools `ls`, `read_file`, `write_file`, `edit_file`

You have access to a local, private filesystem which you can interact with using these tools.
- ls: list all files in the local filesystem
- read_file: read a file from the local filesystem
- write_file: write to a file in the local filesystem
- edit_file: edit a file in the local filesystem"#;