| 148 | } |
| 149 | |
| 150 | static json optional_shell_tools() { |
| 151 | json tools = shell_tools(); |
| 152 | tools[0]["input_schema"].erase("required"); |
| 153 | return tools; |
| 154 | } |
| 155 | |
| 156 | static SseEmitter make_emitter(ApiFormat fmt, json tools = json::array(), |
| 157 | bool started_in_thinking = false) { |