Skip to content

Commit 40277b2

Browse files
authored
fix(llm-command): shorten description (#8)
Otherwise, the table displayed by mongosh will wrap around on most terminals.
1 parent c1f4c47 commit 40277b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/llm-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@mongosh/snippet-llm-command",
33
"snippetName": "llm-command",
44
"version": "0.0.8",
5-
"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)",
5+
"description": "Provides a llm command to ask for MongoDB query expressions in natural language, using Groq or any other local model (ollama)",
66
"author": "Juanan Pereira (https://ikasten.io)",
77
"main": "index.js",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)