From 40277b2dba284e68d5e33309f364d74ca2d96c55 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 6 Sep 2024 14:53:07 +0200 Subject: [PATCH] fix(llm-command): shorten description (#8) Otherwise, the table displayed by mongosh will wrap around on most terminals. --- snippets/llm-command/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/llm-command/package.json b/snippets/llm-command/package.json index 9c9a89d..a2f9034 100644 --- a/snippets/llm-command/package.json +++ b/snippets/llm-command/package.json @@ -2,7 +2,7 @@ "name": "@mongosh/snippet-llm-command", "snippetName": "llm-command", "version": "0.0.8", - "description": "A snippet that provides an llm command to ask for MongoDB query expressions based on natural language instructions. Describe what MongoDB query you want to run and the llm command will answer you with a proposal based on Groq LLM API or any other local model (using ollama)", + "description": "Provides a llm command to ask for MongoDB query expressions in natural language, using Groq or any other local model (ollama)", "author": "Juanan Pereira (https://ikasten.io)", "main": "index.js", "license": "Apache-2.0",