You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/codecompanion/interactions/chat/init.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
---@fieldbuffer_contexttable The context of the buffer that the chat was initiated from
10
10
---@fieldbuffer_diffsCodeCompanion.BufferDiffs Watch for any changes in buffers
11
11
---@fieldbufnrnumber The buffer number of the chat
12
-
---@fieldbuilderCodeCompanion.Chat.UI.Builder The builder for the chat UI
12
+
---@fieldbuilderCodeCompanion.Chat.UI.Builder The UI builder for the chat buffer
13
13
---@fieldcallbackstable<string, (fun(chat: CodeCompanion.Chat, ...: any): any)[]> A table of callback functions that are executed at various points (on_created, on_before_submit, on_submitted, on_tool_output, on_ready, on_completed, on_cancelled, on_closed)
14
14
---@fieldchat_parservim.treesitter.LanguageTree The Markdown Tree-sitter parser for the chat buffer
0 commit comments