diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-27 15:14:28 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-27 15:14:28 -0700 |
| commit | b6794ffb660693a4c9c9180bfc94ecf3377551c3 (patch) | |
| tree | e7a004e6ad489de4119e054589864c71e1971cce /lua/99/prompt.lua | |
| parent | 7994a2c4c74d8adec6a26bd6112f3e96ec0fd792 (diff) | |
| download | a4-b6794ffb660693a4c9c9180bfc94ecf3377551c3.tar.xz a4-b6794ffb660693a4c9c9180bfc94ecf3377551c3.zip | |
in flight refactored
Diffstat (limited to 'lua/99/prompt.lua')
| -rw-r--r-- | lua/99/prompt.lua | 4 |
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 |
