chatbox 18.4
It works fine with non-reasoning models, but the following error occurs when using a reasoning model to invoke the drawing MCP:
{
"error": {
"message": "thinking is enabled but reasoning_content is missing in assistant tool call message at index 1",
"type": "invalid_request_error"
}
}