Skip to content

Commit 942ab95

Browse files
committed
wip
1 parent d783135 commit 942ab95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lua/codecompanion/interactions/chat

lua/codecompanion/interactions/chat/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---@field buffer_context table The context of the buffer that the chat was initiated from
1010
---@field buffer_diffs CodeCompanion.BufferDiffs Watch for any changes in buffers
1111
---@field bufnr number The buffer number of the chat
12-
---@field builder CodeCompanion.Chat.UI.Builder The builder for the chat UI
12+
---@field builder CodeCompanion.Chat.UI.Builder The UI builder for the chat buffer
1313
---@field callbacks table<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)
1414
---@field chat_parser vim.treesitter.LanguageTree The Markdown Tree-sitter parser for the chat buffer
1515
---@field context CodeCompanion.Chat.Context

0 commit comments

Comments
 (0)