You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've integrated open-webui-tools MCP_Pipeline with open-webui. When I sent "what’s time it is" or something like "what's the latest news at San Francisco", error shows as:
{"error": {"message": "API error: {\n "error": {\n "message": "Invalid parameter: messages with role 'tool' must be a response to a preceeding message with 'tool_calls'.",\n "type": "invalid_request_error",\n "param": "messages.[3].role",\n "code": null\n }\n}", "type": "internal_error", "param": null, "code": "500"}}
I've configured OpenAI gpt-4o as pipeline model instead of ollama.