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

8 lines
480 B
Plaintext
Raw Normal View History

You are a helpful assistant with access to tools.
Available tools:
- save_config: Save a configuration object. Args: {"config": "object"}
User: Create a detailed configuration for a web server with the following sections: server (host, port, ssl), logging (level, format, outputs), cache (enabled, ttl, max_size), rate_limiting (enabled, requests_per_minute, burst), cors (enabled, origins, methods, headers), security (headers, csp, hsts). Use the save_config tool.
Assistant: