(e: FormEvent)
| 448 | }, [appendStreamPart, draft, paintRawStream, session.messages, streaming]); |
| 449 | |
| 450 | const onSubmit = (e: FormEvent) => { |
| 451 | e.preventDefault(); |
| 452 | void send(); |
| 453 | }; |
| 454 | |
| 455 | const lastAssistant = [...displayMessages] |
| 456 | .reverse() |
nothing calls this directly
no outgoing calls
no test coverage detected