chore: include model release date
This commit is contained in:
parent
9ad1687f04
commit
ef73926db6
8 changed files with 27 additions and 85 deletions
|
|
@ -282,6 +282,8 @@ func (a appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||
return updated, cmd
|
||||
}
|
||||
}
|
||||
case error:
|
||||
return a, toast.NewErrorToast(msg.Error())
|
||||
case app.SendMsg:
|
||||
a.showCompletionDialog = false
|
||||
cmd := a.app.SendChatMessage(context.Background(), msg.Text, msg.Attachments)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue