Skip to content

Function: sendTyping()

sendTyping(target): Promise<void>

Show the typing indicator in the conversation.

Best-effort by design: a failed indicator must never fail the turn, because the card that follows is the actual answer. A failure is logged at debug and swallowed.

ConnectorTarget

Promise<void>