Appends new messages to existing messages and sends them.
Convenience method for continuing conversations after tool execution. Appends the provided messages to this.messages and then calls send().
| new_messages |
Messages to append to existing messages |
| cancellable |
Optional cancellation token |
|
The Response from executing the chat call |
| Error |
if send fails |