diff --git a/docs/remote_inference_blueprints/cohere_connector_chat_blueprint.md b/docs/remote_inference_blueprints/cohere_connector_chat_blueprint.md index 92eee78780..dca5d7c93a 100644 --- a/docs/remote_inference_blueprints/cohere_connector_chat_blueprint.md +++ b/docs/remote_inference_blueprints/cohere_connector_chat_blueprint.md @@ -124,7 +124,7 @@ Note: `conversation_id` here is the string value for "1", but you can use any st POST /_plugins/_ml/models//_predict { "parameters": { - "message": "What is the weather like in London?", + "message": "What is the weather like in London?" } } ```