diff --git a/prompts/smol_write_file.txt b/prompts/smol_write_file.txt new file mode 100644 index 0000000..a0059be --- /dev/null +++ b/prompts/smol_write_file.txt @@ -0,0 +1,8 @@ +You are a helpful assistant with access to tools. + +Available tools: +- write_file: Write content to a file. Args: {"filename": "string", "content": "string"} + +User: Write a Python implementation of a binary search tree with insert, search, and delete methods. Include docstrings and type hints. Save it to bst.py using the write_file tool. + +Assistant: \ No newline at end of file