Merge pull request #829 from trheyi/main
Update message handling to ignore 'action' messages in Neo API assistant
This commit is contained in:
commit
f4c9071f42
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ func (m *Message) AppendTo(contents *Contents) *Message {
|
|||
contents.AppendFunction([]byte(m.Text))
|
||||
return m
|
||||
|
||||
case "loading", "error": // Ignore loading and error messages
|
||||
case "loading", "error", "action": // Ignore loading, action and error messages
|
||||
return m
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue