sendTypingEvent

abstract suspend fun sendTypingEvent(): Result<Unit>

Sends a typing indicator to notify the agent that the user is composing a message.

Return

Result.Success if the typing event was sent, or Result.Error on failure.