From 9a6fbd57976a91365000b4b9a6872f541451f893 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 10 Apr 2026 15:33:08 +0000 Subject: [PATCH] Add write_file prompt from model-tool-tests --- prompts/smol_write_file.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prompts/smol_write_file.txt 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