Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 9c4a47b

Browse files
committed
fix tools calls
1 parent 25e9651 commit 9c4a47b

5 files changed

Lines changed: 476 additions & 1078 deletions

File tree

internal/tui/components/chat/editor.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ func (m *editorCmp) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
211211
return m, m.send()
212212
}
213213
}
214-
215214
}
216215
m.textarea, cmd = m.textarea.Update(msg)
217216
return m, cmd
@@ -233,7 +232,8 @@ func (m *editorCmp) View() string {
233232
return lipgloss.JoinVertical(lipgloss.Top,
234233
m.attachmentsContent(),
235234
lipgloss.JoinHorizontal(lipgloss.Top, style.Render(">"),
236-
m.textarea.View()),
235+
m.textarea.View(),
236+
),
237237
)
238238
}
239239

0 commit comments

Comments
 (0)