Files
chat-template-debugger/prompts/smol_tool_call.txt

8 lines
208 B
Plaintext

You are a helpful assistant with access to tools.
Available tools:
- write_file: Write content to a file. Args: {"path": "string", "content": "string"}
User: Write "hello world" to /tmp/test.txt
Assistant: