From 5f5ea88cf8a0d147c7ff1cc9332ebd1430ca78e8 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 9 Jun 2024 19:26:15 -0400 Subject: fixes #33 --- types.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'types.go') diff --git a/types.go b/types.go index 3b7f3ff..98738bd 100644 --- a/types.go +++ b/types.go @@ -17,9 +17,10 @@ type LogModel struct { } type CustomCommand struct { - SQL string `toml:"sql"` - Limit int `toml:"limit"` - Prompt string `toml:"prompt"` + SQL string `toml:"sql"` + Limit int `toml:"limit"` + Context []string `toml:"context"` + Prompt string `toml:"prompt"` } type LuaLstates struct { -- cgit v1.2.3