| 1006 | " \"path\": {\"type\": \"string\"},\n" |
| 1007 | " \"mode\": {\"type\": \"string\"},\n" |
| 1008 | " \"glob\": {\"type\": \"string\"},\n" |
| 1009 | " \"context\": {\"type\": \"number\"},\n" |
| 1010 | " \"max_results\": {\"type\": \"number\"},\n" |
| 1011 | " \"case_sensitive\": {\"type\": \"boolean\"}\n" |
| 1012 | " },\n" |
| 1013 | " \"required\": [\"query\"]\n" |
| 1014 | " }\n" |
| 1015 | " }\n" |
| 1016 | "}\n\n" |
| 1017 | "{\n" |
| 1018 | " \"type\": \"function\",\n" |
| 1019 | " \"function\": {\n" |
| 1020 | " \"name\": \"list\",\n" |
| 1021 | " \"description\": \"List one directory compactly.\",\n" |
| 1022 | " \"parameters\": {\n" |
| 1023 | " \"type\": \"object\",\n" |
| 1024 | " \"properties\": {\n" |
| 1025 | " \"path\": {\"type\": \"string\"}\n" |
| 1026 | " },\n" |
| 1027 | " \"required\": [\"path\"]\n" |
| 1028 | " }\n" |
| 1029 | " }\n" |
no test coverage detected