We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1718974 commit ecd5cd7Copy full SHA for ecd5cd7
1 file changed
pkg/tui/page/chat/chat.go
@@ -324,7 +324,7 @@ func (p *chatPage) Update(msg tea.Msg) (layout.Model, tea.Cmd) {
324
325
return p, tea.Batch(spinnerCmd, dialogCmd)
326
case *runtime.ElicitationRequestEvent:
327
- // TODO: handle normal elicitation requsets
+ // TODO: handle normal elicitation requests
328
spinnerCmd := p.setWorking(false)
329
330
serverURL := msg.Meta["cagent/server_url"].(string)
0 commit comments