@overlay/api-client conversation methods when possible.
Typical flow:
- Create or load a conversation with
/api/v1/conversations. - Add user-visible messages with
/api/v1/conversations/message. - Run an Act turn with
/api/v1/conversations/act. - Verify stream resume credentials with
/api/v1/conversations/stream-authwhen the client reconnects after a disconnect. - Stop an active turn with
/api/v1/conversations/stop.
@overlay/app-core.
For title generation: