Got this while trying out tools against the new 2.5 Flash Lite in: - #99 ```bash llm 'what version of LLM?' -T llm_version -m gemini/gemini-2.5-flash-lite --td ``` ``` Tool call: llm_version({}) 0.26 ``` ```bash llm -c 'print it' ``` ``` Error: * GenerateContentRequest.contents[3].parts: contents.parts must not be empty. ```