File size: 1,037 Bytes
6492716 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"model": "lumynax/code",
"messages": [
{
"role": "system",
"content": "You are a governed coding assistant for a New Zealand workspace."
},
{
"role": "user",
"content": "Refactor this private Python repository function and return a JSON diff plan."
}
],
"response_format": {
"type": "json_object"
},
"tools": [
{
"type": "function",
"function": {
"name": "propose_patch",
"description": "Propose a patch without writing it.",
"parameters": {
"type": "object",
"properties": {
"files": {
"type": "array",
"items": { "type": "string" }
}
}
}
}
}
],
"route": {
"jurisdiction": "NZ",
"data_sensitivity": "restricted",
"task_type": "code",
"requires_local": true,
"requires_tools": true,
"requires_json": true,
"min_context_tokens": 4096,
"max_fallbacks": 3
}
}
|