summaryrefslogtreecommitdiff
path: root/lua/99/prompt.lua
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-27 15:14:28 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-27 15:14:28 -0700
commitb6794ffb660693a4c9c9180bfc94ecf3377551c3 (patch)
treee7a004e6ad489de4119e054589864c71e1971cce /lua/99/prompt.lua
parent7994a2c4c74d8adec6a26bd6112f3e96ec0fd792 (diff)
downloada4-b6794ffb660693a4c9c9180bfc94ecf3377551c3.tar.xz
a4-b6794ffb660693a4c9c9180bfc94ecf3377551c3.zip
in flight refactored
Diffstat (limited to 'lua/99/prompt.lua')
-rw-r--r--lua/99/prompt.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/99/prompt.lua b/lua/99/prompt.lua
index 429ad7b..23b2309 100644
--- a/lua/99/prompt.lua
+++ b/lua/99/prompt.lua
@@ -51,7 +51,7 @@ local filetype_map = {
--- @field xid number TODO: we should probably get rid of this. The request pattern is not quite correct
--- @field tutorial string[]
---- @class _99.Prompt
+--- @class _99.Prompt.Properties
--- @field md_file_names string[]
--- @field model string
--- @field user_prompt string
@@ -65,6 +65,8 @@ local filetype_map = {
--- @field marks table<string, _99.Mark>
--- @field logger _99.Logger
--- @field xid number
+
+--- @class _99.Prompt : _99.Prompt.Properties
--- @field clean_ups (fun(): nil)[]
--- @field _99 _99.State
---@diagnostic disable-next-line: undefined-doc-name