### Feature request description I can't use tools with streaming, it always fails with the following error: ``` {"code":500,"message":"Cannot use tools with stream","type":"server_error"} ``` Steps to reproduce: * Pull some model that supports tool (e.g. Qwen3:8b) * Serve the model * Use a client with tools in streaming mode (I used specifically the Java Langchain4j OpenAPI client) ### Suggest potential solution _No response_ ### Have you considered any alternatives? _No response_ ### Additional context _No response_