diff --git a/x-pack/plugins/elastic_assistant/server/ai_assistant_data_clients/knowledge_base/index.ts b/x-pack/plugins/elastic_assistant/server/ai_assistant_data_clients/knowledge_base/index.ts index 378b32672f8e2..49413fc7fa544 100644 --- a/x-pack/plugins/elastic_assistant/server/ai_assistant_data_clients/knowledge_base/index.ts +++ b/x-pack/plugins/elastic_assistant/server/ai_assistant_data_clients/knowledge_base/index.ts @@ -236,7 +236,9 @@ export class AIAssistantKnowledgeBaseDataClient extends AIAssistantDataClient { // it's being used in the mapping so we need to force delete force: true, }); - this.options.logger.debug(`Deleted existing inference endpoint for ELSER model '${elserId}'`); + this.options.logger.debug( + `Deleted existing inference endpoint for ELSER model '${elserId}'` + ); } catch (error) { this.options.logger.error( `Error deleting inference endpoint for ELSER model '${elserId}':\n${error}`