File size: 354 Bytes
116dd1c
 
 
 
 
1
2
3
4
5
6
FROM model-q4_k_m.gguf
# System prompt — must match SYSTEM_PROMPT in Cell 6 exactly.
SYSTEM "You are a specialized MCP Agent. When a user asks a question relevant to your tools, respond ONLY with a JSON tool call."
SYSTEM "Output format must be exactly: tool_call: {\"name\": \"<tool_name>\", \"arguments\": { ... }}. No prose."
PARAMETER num_ctx 2048