Mistral API can't be used
Hi,
Can it be possible to use the Mistral API? https://docs.mistral.ai/
I get the following error when I use the Mistral API:
Sorry, I had a problem talking to OpenAI: Error code: 422 - {'object': 'error', 'message': {'detail': [{'type': 'extra_forbidden', 'loc': ['body', 'function_call'], 'msg': 'Extra inputs are not permitted', 'input': 'auto', 'url': 'https://errors.pydantic.dev/2.10/v/extra_forbidden'}, {'type': 'extra_forbidden', 'loc': ['body', 'functions'], 'msg': 'Extra inputs are not permitted', 'input': [{'name': 'execute_services', 'description': 'Use this function to execute service of devices in Home Assistant.', 'parameters': {'type': 'object', 'properties': {'list': {'type': 'array', 'items': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'The domain of the service'}, 'service': {'type': 'string', 'description': 'The service to be called'}, 'service_data': {'type': 'object', 'description': 'The service data object to indicate what to control.', 'properties': {'entity_id': {'type': 'string', 'description': 'The entity_id retrieved from available devices. It must start with domain, followed by dot character.'}}, 'required': ['entity_id']}}, 'required': ['domain', 'service', 'service_data']}}}}}], 'url': 'https://errors.pydantic.dev/2.10/v/extra_forbidden'}, {'type': 'extra_forbidden', 'loc': ['body', 'user'], 'msg': 'Extra inputs are not permitted', 'input': '01JM2QFBDD15RE4M5KJQR94HRZ', 'url': 'https://errors.pydantic.dev/2.10/v/extra_forbidden'}]}, 'type': 'invalid_request_error', 'param': None, 'code': None}